Re: T4: how to access the web session from a page ?

2008-07-22 Thread Shing Hing Man
ECTED]> wrote: > From: leonelag <[EMAIL PROTECTED]> > Subject: T4: how to access the web session from a page ? > To: users@tapestry.apache.org > Date: Wednesday, 23 July, 2008, 3:02 AM > Hi. > > How can I access the web session (class > javax.servlet.http.HttpSession

T4: how to access the web session from a page ?

2008-07-22 Thread leonelag
Hi. How can I access the web session (class javax.servlet.http.HttpSession) from a Tapestry4.0 page ? I want this page to place a parameter in the session, which will be used by another servlet in my app. Thanks, Leonel -- View this message in context: http://n2.nabble.com/T4%3A-how-to-access-