
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