
how to retain a jsp values without using session and cookies?

Hello Friend,
You can use request.getParameter() and request.setAttribute() methods to get the jsp fields values.
For more information, visit the following links:
http://www.roseindia.net/jsp/jsp-get-parameter.shtml
http://www.roseindia.net/jsp/SetAttributeMethod.shtml
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.