Re: I'm confused

2005-05-30 Thread Rafael Taboada
I'm trying to cache some data in the session context... If is not possible to cache data before the form submit... How can I do this procedure: I have a form about a client and his video list. At the beginning there are html:text in order to fill his name, his telephone number and his address..

Re: I'm confused

2005-05-30 Thread Eddie Bush
(since session data is stored on the server), so you can't set values in the session before the form submits. HTH, Eddie Bush ----- Original Message - From: "Rafael Taboada" <[EMAIL PROTECTED]> To: "Struts List" Sent: Monday, May 30, 2005 1:36 PM Subject: I'

I'm confused

2005-05-30 Thread Rafael Taboada
Hi folks. I'm confused about using ActinForms.. Please can u help to find the light? When I have form in a jsp and when i click the submit button... The actionform associated with the actionmapping is created in the session context? I mean, is the actionform created as an attribute i