Hi,
Im creating an application and i want to know whether or not the browser will store the information in the fields if an error occurs so i can just send the browser back or should i store everything in a session and then place things back as they were with the session? I am developing my application in JSP and Servlets.
Thanks in Advance
Dean
views:
23answers:
1
+2
A:
Sometimes they do, but generally they don't -- you shouldn't rely on it.
slifty
2010-06-27 15:28:57
Ok then i will implement it myself in my application.
Dean
2010-06-27 15:31:01