Basic question about ActionForms

2004-03-24 Thread Marco Mistroni
Hi all, In my app I am using a DynaActionForm with scope = session. When I am calling the action for the first time, obviously the Form is 'emtpy', so I populate it with all the values.. When I am redirected to the action class again, the actionform Should be in the session (in theory).

Re: Basic question about ActionForms

2004-03-24 Thread Hubert Rabago
Marco, This could be caused by how your mappings are configured. If you can send more information, someone might spot the cause. Hubert --- Marco Mistroni [EMAIL PROTECTED] wrote: Hi all, In my app I am using a DynaActionForm with scope = session. When I am calling the action for the