Hi everyone.

I'm currently facing the following problem: my T5 (0.15) web
application receive notifications in a dedicated non servlet thread
inside some of my Tapestry components, which have an
ApplicationStateObject attribute. I would like to update the state of
the ASO, but the problem is that the thread that triggers some
callback in my Tapestry component cannot thus access the AOS (since I
guess resort to ThreadLocal attributes inside the IoC). I can bind the
dedicated notification thread to the servlet thread that created it.

Is there a way in Tapestry to work this around, please?

Thank you. Cheers, Édouard

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

Reply via email to