You looking to do something like open a database connection?  You
could just use a servlet filter.  That's what most folks do with the
Spring OpenSessionInViewFilter.

On Wed, Sep 17, 2008 at 5:11 AM, mmocnik <[EMAIL PROTECTED]> wrote:
>
> 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-beginning-of-the-request-cycle-tp19527780p19527780.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to