Dificulties with JSP SCOPES
Hi all,
I have the following simple jsp code and what I am trying is to Navigate different pages which are generated after a form is submitted.
My problem is whenever I edit another name on the form and submit it stll holds the first name. How can I get rid of this problem. I need to register many courses so that edit one first and hit back button edit another one and so on.
Why my object holds the first object. How can I make my object pass that object and carry onother one...
Thanks a lot in advance
Ajlear

