Hi Ricky,

After validation, struts will display whatever you specified in the input
parameter of your action mapping.  If you specify an action (like
displayForm.do), then all of the processing that is done in that action will
be performed before the page is shown.  I suspect this is why the values on
the form that were changed have gone back to their defaults.  What you
probably want to do instead is specify the .jsp page that you would normally
forward to upon success (like myForm.jsp).

hth,
Janice


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

Reply via email to