redirection from the server side....

admin

Administrator
Staff member
Hi all,

I have an html form that passes all the needed fields to a jsp page, that actually does the database writes, and then it displays a message based on the outcome of the database action.

Problem is - when the database updates ok - the user wants it to go back to the page the submitted to the jsp page.

I am not sure on how to accomplish this from a jsp page.

At first thought i would pass the calling page to the jsp, then do a kinda redirect with an action on the success form.....

any ideas would be apprecited.

take care
tony
 
Back
Top