I want to do something this:

         (1)      (2)           (3)
/edit.do ---> JSP ---> /save.do ---> /edit.do

(1) Action '/edit.do' preps and displays the JSP
(does a mapping.finfDorward())
(2) JSP is submitted and POSTs to action, '/save.do'
(3) '/save.do' processes the save and does a
mapping.finfForward() back to '/edit.do' to re-display
the JSP

My question is this: does the request created the JSP
POST die at the first action class or does the second
action class have access to it?

__________________________________________________________
Get your FREE personalized e-mail at http://www.canada.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to