Hello,

I have a very challenging question about forms.  I am working on an
interactive servlet that allows users to enter data into a text field,
submit the data.  The data is updated on the server and re-displayed on the
SAME FORM in a non-editable text field when the screen is refreshed.  The
problem I am having is that when the servlet is refreshed, the data that was
attached to the end of the url is re-submitted.  This is causing major
problems for me.  If possible, I would like to be able to use the same
servlet to generate the form fields and be able to process the data being
entered and re-diplay the new data on the same form when refreshed.  Does
anyone know how this can be done?  The servlet I currently have works great
except for the data re-submission problem.  Any help is greatly appreicated.

Thanks
Duke

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to