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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>