i need to see more code but try constructing your panels like:
@Override
protected void onBeforeRender() {
if (!hasBeenRendered()) {
// call some function that builds/add components here
}
super.onBeforeRender();
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/getPage-and-getParentPage-returns-null-tp2293003p2293306.html
Sent from the Wicket - User mailing list archive at Nabble.com.
