Hi!

Parsons Technical Services wrote:
The
better way is to clear the form or send them to another page. That's all
client side.

Not necessarily. What I do in such situations is this: have a servlet process the form data and then send something else (e.g. an "update successfull"-page) as response via sendRedirect(). This way, the user _has_ to at least push the back button. If you then add headers to prevent the page containing the form from being cached, even that would give the user a plain empty form all over again.


Phil


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to