Hi, my question is:
                                    I have a form that sends some
information to store in the database to a saveOperation.do action class.
Then this action forwards to another action getOperations.do to get the
list of operations, and this action returns to the jsp for viewing.
 
                                    But when the jsp is displayed the
URL path does not show: getOperations.do instead it shows
saveOperation.do so when I refresh the form is resubmitted.
 
                                    Any ideas how to get this working?
 
                                    Thanks, Julio
 

Reply via email to