Re: Displaying form data in Tapestry 5

2008-06-04 Thread gmochel
. If so, how do I add my ArrayList data to that combo? Please explain.. Thanks, Yeeswar. -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 10:01 PM To: Tapestry users Subject: Re: Displaying form data in Tapestry 5 I believe

Re: Displaying form data in Tapestry 5

2008-01-02 Thread Marcelo Lotif
:01 PM To: Tapestry users Subject: Re: Displaying form data in Tapestry 5 I believe this is covered in the tutorial. It is important that data that must survive from one request to another be stored in a field marked with @Persist. Tapestry manages the HttpSession for you, triggered

RE: Displaying form data in Tapestry 5

2008-01-01 Thread Yeeswara Nadapana (HCL Financial Services)
.. Thanks, Yeeswar. -Original Message- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 10:01 PM To: Tapestry users Subject: Re: Displaying form data in Tapestry 5 I believe this is covered in the tutorial. It is important that data that must survive from

Re: Displaying form data in Tapestry 5

2007-12-31 Thread Howard Lewis Ship
I believe this is covered in the tutorial. It is important that data that must survive from one request to another be stored in a field marked with @Persist. Tapestry manages the HttpSession for you, triggered by the @Pesist annotation (and a few others). Tapestry 5, like Portlets, uses

Displaying form data in Tapestry 5

2007-12-26 Thread Yeeswara Nadapana (HCL Financial Services)
Hi, I am using Tapestry 5. When I submit a form, how do I display the form's data on a freshly injected page? Please help Thanks, Yeeswar. DISCLAIMER: --- The contents of

RE: Displaying form data in Tapestry 5

2007-12-26 Thread Yeeswara Nadapana (HCL Financial Services)
, December 26, 2007 3:24 PM To: Tapestry users Subject: Re: Displaying form data in Tapestry 5 I think T5 has got the best Spring integration there is. I mean, the integration between T5 and Spring is seamless. You can inject Spring bean into T5 just you would inject a T5 bean/components

Re: Displaying form data in Tapestry 5

2007-12-26 Thread Joshua Jackson
I think T5 has got the best Spring integration there is. I mean, the integration between T5 and Spring is seamless. You can inject Spring bean into T5 just you would inject a T5 bean/components. The configuration is also very small in web.xml I think T5 with Spring is the best deal out there. On

Re: Displaying form data in Tapestry 5

2007-12-26 Thread Marcelo Lotif
- From: Joshua Jackson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 26, 2007 3:24 PM To: Tapestry users Subject: Re: Displaying form data in Tapestry 5 I think T5 has got the best Spring integration there is. I mean, the integration between T5 and Spring is seamless. You can inject