Are you going to use ThreadLocals?  Then, the filter would be able to
do it, as long as you can get a reference to the stuff you need at
that time.

On Wed, Sep 17, 2008 at 6:51 AM, mmocnik <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm trying to bind some values and Factories to the Request Thread.
> I don't think that will work with a filter.
>
>
>
> jwcarman wrote:
>>
>> 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.
>>
>
> --
> 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.
>
>
> ---------------------------------------------------------------------
> 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