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
Rafael, Look at your config file. Look at your form bean declaration. Notice that it has a name, an implementation class, and (possibly) defines the fields in the form. Look at your action declaration. The "name" attribute for an action that has an associated form will match one of the na