Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why my jsp page is submitting twice?

843835Nov 19 2002 — edited Sep 30 2005
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2005
Added on Nov 19 2002
13 comments
597 views