On 5/16/07, James Renfro <[EMAIL PROTECTED]> wrote: > But the javadoc says that it's not recommended to call > getHttpServletRequest.
The warning is there to guide people away from old habits. We have PageParameters for request parameters, and other mechanisms. Just like storing things directly into the HttpSession is not recommended, but still possible. Not recommended does not mean illegal. Read the warning to be 'are you sure you are thinking in the right path?' But if you do need to access it (due to legacy, or some other integration problem) the methods are there to grant the access. We just don't make it easy :) Martijn -- Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.6 contains a very important fix. Download Wicket now! http://wicketframework.org ------------------------------------------------------------------------- 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
