Hello all

i have the following problem:


i input some data let's say the character 4 in a text field in a jsp page. I
press SUBMIT, ok i see the value 4.

now,

if i go back to the original page (with the back button) and i replace 4
with 5, and I submit , i can see the value 5

BUT

if i go back and i delete the content of the field (with the backspace) and
i press submit, i get always the previous inserted value (5)!

please help


thanks

MQ

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to