Re: Preventing user from validating a form twice

2004-06-22 Thread Colin Kilburn
aworld.com a while back that you can search for. -Original Message- From: Olivier Citeau [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 4:10 PM To: [EMAIL PROTECTED] Subject: Preventing user from validating a form twice Hi, i think it must be a FAQ, but i did not found anything on

RE: Preventing user from validating a form twice

2004-06-22 Thread Hookom, Jacob
from validating a form twice Hi, i think it must be a FAQ, but i did not found anything on this issue. When my user submits a form, the action executes an SQL Insert in the DBMS. What happened is that when user click twice, the second inserts fails with SQLException. What is strange, is that i cannot

Preventing user from validating a form twice

2004-06-22 Thread Olivier Citeau
Hi, i think it must be a FAQ, but i did not found anything on this issue. When my user submits a form, the action executes an SQL Insert in the DBMS. What happened is that when user click twice, the second inserts fails with SQLException. What is strange, is that i cannot reproduce it in WSAD, but