Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread James Carman
wondering if that really wasn't possible to do without some >> hack with a filter. >> >> Thanks again, >> Marko >> >> >> igor.vaynberg wrote: >> > >> > subclass webrequestcycle and put your stuff into onbeginrequest. >> > >

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread Daniel Freitas
f into onbeginrequest. > > > > -igor > > > > -- > View this message in context: > http://www.nabble.com/How-to-execute-something-on-the-very-beginning-of-the-request-cycle-tp19527780p19535006.html > Sent from the Wicket - User mailing list archive at Nabble.com.

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread mmocnik
t; subclass webrequestcycle and put your stuff into onbeginrequest. > > -igor > -- View this message in context: http://www.nabble.com/How-to-execute-something-on-the-very-beginning-of-the-request-cycle-tp19527780p19535006.html Sent from the Wicket - User mailing list a

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread Igor Vaynberg
re a listener or another mechanism which lets me do that? > > Thanks, > Marko > -- > View this message in context: > http://www.nabble.com/How-to-execute-something-on-the-very-beginning-of-the-request-cycle-tp19527780p19527780.html > Sent from the Wic

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread James Carman
enSessionInViewFilter. >> > > -- > View this message in context: > http://www.nabble.com/How-to-execute-something-on-the-very-beginning-of-the-request-cycle-tp19527780p19529524.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread mmocnik
lks do with the > Spring OpenSessionInViewFilter. > -- View this message in context: http://www.nabble.com/How-to-execute-something-on-the-very-beginning-of-the-request-cycle-tp19527780p19529524.html Sent from the Wicket - User mail

Re: How to execute something on the very beginning of the request cycle

2008-09-17 Thread James Carman
every time the request cycle starts. > (Before any of my components gets called) > So, is there a listener or another mechanism which lets me do that? > > Thanks, > Marko > -- > View this message in context: > http://www.nabble.com/How-to-execute-something-on-the-very-beg

How to execute something on the very beginning of the request cycle

2008-09-17 Thread mmocnik
Hi, I want to execute some code every time the request cycle starts. (Before any of my components gets called) So, is there a listener or another mechanism which lets me do that? Thanks, Marko -- View this message in context: http://www.nabble.com/How-to-execute-something-on-the-very