You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Henry <hx...@cs.ualberta.ca> on 2001/10/24 17:19:47 UTC

how to keep form data

when a user submits a form, the content is checked and
if anything is invalid, the user is prompted to
correct and submit the form again.

how can i keep the content the user typed in before?

I am using RequestDispatcher.forward("originalform.html");

is there a flag or something to set?