hi all.
I have a form in page1.jsp. the action for that form submit is in page2.jsp
so I want to just come back to the page1.jsp after processing the request.(reload the first page again)
so in page2.jsp, how can i redirect the display page to the page1.jsp
here I tried to used the "<jsp:forward page=" tag
but my request is not to forward only the request object
I wanna redirect the page
thanks...