You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ashish Kulkarni <ku...@yahoo.com> on 2002/08/02 18:18:16 UTC

JSP getting submited twice

Hi,
I am using tomcat4.0.4 and apache2.0.39,
I am developing a web application and some jsp, but
the problem is all the jsp are getting submitted
twice, so how do i debug and find why???
here is some sample code i use to request other jsp, i
use javascript and onclick event of a button
function addClick()
{
document.mapsForm.action="PL1077Add.jsp";
document.mapsForm.submit();
}
My form is looks like this
<FORM method="post" name="mapsForm">
 <a href="#"
onClick="addClick('../planning/PL1077Add.jsp')" <img
name="add_but"  srcadd_off.gif"></a>
</FORM>
Please Help
Ashish

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>