no i didn't mean loading through HomePage,i meant you are expecting on HomePage which is wrong since the extended page is FileSubPage it will show on extened page and not basepage,think it in this way it can't be shown on HomePage because baseclass has no knowledge of extended class FileSubPage so it can't show anything which you did in subclass .
On Wed, Apr 24, 2013 at 11:25 PM, dhongyt <[email protected]> wrote: > Do you mean loading it via the HomPage.java > How do I load FileSubPage.java? > > I did a setResponsePage and ended up getting a redirection loop. > > Thanks! > David > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicket-extend-Not-Showing-in-Parent-tp4658243p4658249.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- regards, Vineet Semwal
