Michael K <m_lestat <at> yahoo.com> writes: > To obtain the requestcycle in the constructor, I do RequestCycle.get(); > in the WebPage constructor.
You shouldn't do that. You have a request cycle only when there is a request from the browser, not when your page is constructed. ------------------------------------------------------------------------- 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
