tags:

views:

23

answers:

1

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

+2  A: 

Sometimes they do, but generally they don't -- you shouldn't rely on it.

slifty
Ok then i will implement it myself in my application.
Dean

related questions