You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Garrett Steed <gm...@simulexinc.com> on 2003/04/04 00:31:58 UTC

user clicks submit but nothing happens

Newbe question:  I am trouble shooting a problem we had with our server.
The problem seemed simple; when the use clicks, a submit button, JavaScript
will check the data in the form, then call the document.form1.submit(). The
form action then sends the data to the servlet.  Normally the servlet  would
handle the request and process the data but the servrlet never starts.
Instead, the page and form reload.  This problem occurs infrequently when we
test in house, but when the client is working with the system, it happens
quite often.

I need help to figure out a way to isolating this problem.  The problem must
be between the Clients Browser, tomcat, and servlet.  Suggestion would be
much appreciated.  I’ve been looking for a solution and pattern for several
days.

Thank you so much
Garrett


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: user clicks submit but nothing happens

Posted by Vladimer Shioshvili <vs...@qrc.com>.
are you using get or post method for the form? explorer can't handle large 
headers with get method and submit doesn't do anything...


At 05:31 PM 4/3/2003, you wrote:
>Newbe question:  I am trouble shooting a problem we had with our server.
>The problem seemed simple; when the use clicks, a submit button, JavaScript
>will check the data in the form, then call the document.form1.submit(). The
>form action then sends the data to the servlet.  Normally the servlet  would
>handle the request and process the data but the servrlet never starts.
>Instead, the page and form reload.  This problem occurs infrequently when we
>test in house, but when the client is working with the system, it happens
>quite often.
>
>I need help to figure out a way to isolating this problem.  The problem must
>be between the Clients Browser, tomcat, and servlet.  Suggestion would be
>much appreciated.  I've been looking for a solution and pattern for several
>days.
>
>Thank you so much
>Garrett
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

________________
Vladimer Shioshvili

QRC Division of Macro International Inc.
7315 Wisconsin Avenue, Suite 400W
Bethesda, MD 20814

Phone: (301) 657 3077 ext. 155 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org