Hi,
i have created a
servlet page which contains a HTML form. the form has many fields. once the user enters the values and clicks on a 'save' button, these values are stored in the database.
now i close the browser. after some time, when i open the servlet in the browser, i want the last set of saved values to the shown in the form..
is it possible?? and if yes, how can it be done???
thanks in advance