Hi,
I have one basic page in my application that contains a base panel. This
panel contains several AjaxLinks that update the panel content, so new page
is loaded for each link. This works fine, but each of these pages can't
access it's parent page or page with getParentPage() and getPage(). The
result is null.
I found this because I wanted to add additional panel to one of these pages,
and there I got error like this:
Caused by: java.lang.IllegalStateException: No Page found for component
[MarkupContainer [Component id = contentPanel]]
at org.apache.wicket.Component.getPage(Component.java:1756)
at
org.intelleo.webui.lpc.PLKMBasePanel.getParentPage(PLKMBasePanel.java:145)
Is there some way to set this page?
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/getPage-and-getParentPage-returns-null-tp2293003p2293003.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]