Hello All, I have created a page where i submit the data for saving it in the database. I have some hidden variables defined in the same page. After saving the data when my control comes in the action class I do mapping.findForward to the other page. The new page also contains some hidden variables which have the same name as the previous page. When the new page's action class gets executed the value of hidden variables from the previous page is picked as the findforward is taking my request object to the other page. Now i dont want my request object from the previous page to move to the new page. Is there any option which can do response.sendRedirect for me so that i dont take my request object of the previous page along to the new page. I have tried to reset the variables in the action class before doing findforward to the new page.
Thanks for the response in advance Anurag Garg. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]