How to redirect a jsp page to another by keeping data?
843835Feb 5 2002 — edited Feb 5 2002I create a work objet where u have, the code, the label, the country, a liste of taxes and so one. After the creation page, i want to be redirect in the modification page jsp. The only difference between the two pages is that in the modification page, the code is read only. I have save the the data in the session object.
Did somebody can help me by showing to me how, to arrive in the modify jsp page by clicking only on the link save of the create page. The aim is that the data of the object newly create feed the modification page.
The example of code is very very welcome.