Hi,
 
 
- In my SEARCH action I retrieve the required data from a datasource based on user entered search criteria.
- I place this data in a new EDIT Form instance and place it in the session.
- I Then forward to the EDIT jsp (which uses the EDIT Form) and the data is displayed nicely in a table.
- I then click SUBMIT which sends me to the EDIT Action.
- In the EDIT action the form argument is null.  I am expecting that my EDIT Form would be available here.  If I do a getAttribute from the session the EDIT Form is there.
 
Why is the form argument in the perform() method of the EDIT action null?
 
Thanks,
Michelle

Reply via email to