On 6/13/07, Deleuze Sébastien <[EMAIL PROTECTED]> wrote:
However, if someone knows a way to access to Tapestry ApplicationState
objects without having to copy it to HttpSession, please let me know.
By definition ASO are stored in the session.
Here is a quote from online docs about Application
Title: RE : T5: Access to an ApplicationState object from a HttpServlet
I have found how to access to the HttpSession on the wiki howto :
http://wiki.apache.org/tapestry/Tapestry5ObtainingHttpServletRequest
I may be able to store objects in HttpSession.
However, if someone knows a way to
Title: T5: Access to an ApplicationState object from a HttpServlet
Hi,
I would like to reformulate my question in a more general way.
How can I access to Tapestry 5 ApplicationState objects from outside Tapestry 5 context (an HttpServlet for example). We tried to understand if something