[Wicket-user] Wiki addition? Getting access to the Servlet Request/Response

2005-09-29 Thread Scott Sauyet
I found an unfortunate need to have access to the raw HttpServletRequest/Response objects. (The application will be running inside Plumtree Portal, which uses these objects.) I didn't find any documentation for this, and it took me a little digging to find it. I was thinking of adding the

Re: [Wicket-user] Wiki addition? Getting access to the Servlet Request/Response

2005-09-29 Thread Martijn Dashorst
Note that we don't particularly want to make it /easy/ to get to the raw servlet spec request/response/session things. The idea is to stay clear from those (messy) things. But when you /need to/, you need to. So we don't give you direct access to these things, we /do/ allow you to get access.

Re: [Wicket-user] Wiki addition? Getting access to the Servlet Request/Response

2005-09-29 Thread Scott Sauyet
Okay. I do try to make that clear here: http://www.wicket-wiki.org.uk/wiki/index.php/Raw_HttpServletRequest -- Scott Martijn Dashorst wrote: Note that we don't particularly want to make it /easy/ to get to the raw servlet spec request/response/session things. The idea is to stay clear