All, Problem: I've got a name.jsp page which has a form to get lastname, firstname, address, etc. On submit the form is sent to a servlet for adding into the database (primary key field is an incremental record ID) Once processed the servlet redirects to a confirmation.jsp page Now if the the user hits the back button, which pops a 'retry' dialog box, and the user hits retry button, the whole add process is executed again and the same lastname, firstname, address, etc. is entered into the database, basically creating duplicate records.
Is there a way to prevent this? Thanks -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
