Hi all! I've got the following problem: I have a page and an internal frame on it. To operate on that internal frame from the parent page, I have to keep reference to it in the parent page (InternalFrame.class has private method to get its page). It works but after the first load there are two instances of the internal frame page. Can I avoid having an extra instance of the internal frame page?
-- View this message in context: http://www.nabble.com/Page-and-Page-in-an-internal-frame-cooperation-tf3814562.html#a10798088 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
