I have a page with a series of rows and an update button.  When the update button is pressed, updates are made to the DB and the page is redisplayed.
 
1)  What is the normal way to do this?  Right now, to get to the page you follow an action listItems, and the form is hooked to another action updateItems that has a success forward of listItems.  Is this sane?  Is there a better way to do this?
 
2) A problem arises when the listItems action requires a parameter in the request ala(request.getParameter(...)).  How do I "pass" this request parameter along to the following actions.  Right now the updateAction does not get this parameter and even if it did, I would have no clue how to pass it on to the success forward to list the items out again. 
 
Thanks in advance.
    --m
 
Michael R. Thompson
http://www.instanton.com
512.439.3815

Reply via email to