Request input stream

2009-04-11 Thread Cristi Manole
Hello, Is there a way on a org.apache.wicket.markup.html.WebPage to access the HttpServletRequest? Is it mapped somehow? Or to have access to the input stream of the request the way getResponse() offers to the output stream? Thank you, Cristi Manole

Re: Request input stream

2009-04-11 Thread nick
Thank you for your mail. I am presently on vacation and will return April 14th. If you need urgent assistance, please email supp...@bookingbooster.com. You can also reach our Support via Skype callto://premiersupport Thank you Best regards, Nick Wheeler Booking Booster.com t: +44 (0)1273

Re: Request input stream

2009-04-11 Thread Igor Vaynberg
((webresponse)getrequestcycle().getrequest()).gethttpservletrequest() -igor On Sat, Apr 11, 2009 at 4:30 PM, Cristi Manole cristiman...@gmail.com wrote: Hello, Is there a way on a org.apache.wicket.markup.html.WebPage to access the HttpServletRequest? Is it mapped somehow? Or to have

Re: Request input stream

2009-04-11 Thread Cristi Manole
actually ((*WebRequest*)getRequestCycle().getRequest()).getHttpServletRequest() Thanks a lot for the [very] quick answer!! Cristi On Sun, Apr 12, 2009 at 2:38 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: ((webresponse)getrequestcycle().getrequest()).gethttpservletrequest() -igor On