Hi Everyone,
 
I've been using Struts for a while now, and have come across a problem whereby trying to pass a form (with all struts-config entries being scope="session") between multiple different actions (same form) will lose all previously entered data - I'm trying to map each page in a process to an action class, however I'm not writing the data to the database until the last page has been submitted as the user may want to go back and foward several times.
 
Should it be possible to do this ?
 
I've got a number of actions working with different action entries (ie. paths), however pointing to the same type (ie. java action class)and form to allow different pages to have different 'success' and 'failure' mappings, however I've found that a few of these classes are becoming quite large and unmanageable, and I would like to clean this up by having a different action per web page, but only 1 form for all data.
 
Any help would be gratefully received..
 
Regards,
Don Elliott

Reply via email to