Re: [Wicket-user] Getting hold of the servlet request in a wicket WebPage

2007-07-20 Thread Robert Young
brilliant, thanks On 7/20/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > ((webrequest)getrequest()).gethttpservletrequest() > > -igor > > > On 7/20/07, Robert Young <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have a servlet filter which analyses the servlet request and then > > sets a variabl

Re: [Wicket-user] Getting hold of the servlet request in a wicket WebPage

2007-07-20 Thread Igor Vaynberg
((webrequest)getrequest()).gethttpservletrequest() -igor On 7/20/07, Robert Young <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a servlet filter which analyses the servlet request and then > sets a variable to it, I need access to this inside a wicket web page. > How can I get hold of the HttpSe

[Wicket-user] Getting hold of the servlet request in a wicket WebPage

2007-07-20 Thread Robert Young
Hi, I have a servlet filter which analyses the servlet request and then sets a variable to it, I need access to this inside a wicket web page. How can I get hold of the HttpServletRequest object (or attributes set in it) from a wicket page? Thanks Rob