When Netscape is used (versions we
>know affected are 4.5, 4.61 and 4.7), periodically it submits the form 2
>times...

I recall having a problem similar to this, that is a form was behaving
erratically.  The problem was linked to not having end tags in the html
correctly described (in our case, it was because we had two end table
tags).  Navigator seems to choke on this quite a bit more often than IE, at
least as far as I have seen.  You should look at the source for the forms
on the browser and go over them with a fine tooth comb looking for
mismatched html tags or tags that are improperly nested - particularly
inside the <FORM> tag you are using.

Gary Williams
All comments are my own and do not necessarily reflect those of any living
person

===========================================================================
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