Why my jsp page is submitting twice?
843835Nov 19 2002 — edited Sep 30 2005Hi,
My configuration is like the....
OS : Windows 2000 server with IIS4.0
Language : JSP and Java
Server : JRUN3.1
Database: Oracle 9
Browser : IE6.0
I am using two JSP pages .When i am submiting one form in a page, according to the rquirement its calling a java API where its inserting some data to the database and the request is coming back to JSP.Its working fine when the data is less.
Once the data is more, my JSP page is submitting twice doing the same action and inserting data twice to the database.
The problem is very specific to the Operating system as the whole thing is working fine(wheather data is less or bulk data) with NT server4.0.
Can anyone suggest me why its happening..
Thanks in advance