On Thu, 29 Aug 2013 10:45:26 -0300, Muhammad Gelbana <m.gelb...@gmail.com> wrote:

I only need to enable session management in my tapestry code to refer to
session stored values.

If they're stored by @SessionState, just use the ApplicationStateManager service. If they're set directly into the HttpSession, @Inject the Request and use it getSession() method to grab the session.


--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to