Show us some code. The scenario is valid. It seems you are doing something wrong.
On Mon, Apr 18, 2011 at 9:53 PM, Tomas Mihok <[email protected]> wrote: > Hello, > > I created a web application with module as reausable component in it. Here > is how it looks like (very simple): > > Index.html - 2 links (they are in <ul> list) and module added through <div> > Index.Java extends HomePage with three add statements (2 x > BookmarkablePageLink and one ModuleOne()) > OtherPage.html - 2 links (they are in <ul> list) and module added through > <div> > OtherPage.java - extends HomePage with three add statements (2 x > BookmarkablePageLink and one ModuleTwo()) > > When I run the application both modules show up and links don't work.. Can > both pages extend HomePage? Thank you for your comments. > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
