RE: Need help in creating session object

2005-09-09 Thread Joe Trewin
05 07:11 To: Tapestry users Subject: RE: Need help in creating session object Hi, I am not getting what I need to add in my hivemodule.xml file for the create-instance class element value. The content in my hivemodule.x

RE: Need help in creating session object

2005-09-08 Thread Anjali Abraham
eld [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 2:37 PM To: Tapestry users Subject: Re: Need help in creating session object Anjali Abraham wrote: >Hi All, >How to create session objects in tapestry4.0v, i.e. What code >need to be added into .page and .java file for

Re: Need help in creating session object

2005-09-02 Thread Kent Tong
Anjali Abraham aztec.soft.net> writes: > > Hi All, > How to create session objects in tapestry4.0v, i.e. What code > need to be added into .page and .java file for the same? You may download http://www.agileskills2.org/EWDT/chapters1-4.pdf and go to page 94 for a detailed example.

Re: Need help in creating session object

2005-09-02 Thread Nils Zonneveld
Anjali Abraham wrote: Hi All, How to create session objects in tapestry4.0v, i.e. What code need to be added into .page and .java file for the same? Thanks in Advance, Regards, Anjali I use Tapestry 3.0.3. With "Session object", I assume you mean a HttpSession object. Tapest