RE: are you sure?

2004-03-24 Thread McCormack, Chris
: are you sure? +1 -Martin - Original Message - From: Colm Garvey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 5:00 AM Subject: RE: are you sure? Simplest thing to do here is make the method handle the submit for you. Replace the submit

RE: are you sure?

2004-03-23 Thread Janarthan Sathiamurthy
Try with this - html:form action=/adddate name=dateForm type=nl.rinke.DateForm onsubmit=return areyousure() Should work -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: are

Re: are you sure?

2004-03-23 Thread brati . sankarghosh
Hi rinkie, You can use a button instead. call the _javascript_ method on the onclick event of the button. donot use submit use a button. Brati Sankar Ghosh Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [EMAIL PROTECTED] [EMAIL PROTECTED] 03/23/2004 03:10

RE: are you sure?

2004-03-23 Thread Lokanath
hi u can try this html:form action=/adddate name=dateForm type=nl.rinke.DateForm onsubmit=return confirm('areyousure') this is working 4 me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 1:40 AM To: [EMAIL

RE: are you sure?

2004-03-23 Thread Colm Garvey
- From: Janarthan Sathiamurthy [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 09:44 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: are you sure? Try with this - html:form action=/adddate name=dateForm type=nl.rinke.DateForm onsubmit=return areyousure() Should work

Re: are you sure?

2004-03-23 Thread Martin Gainty
+1 -Martin - Original Message - From: Colm Garvey [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 5:00 AM Subject: RE: are you sure? Simplest thing to do here is make the method handle the submit for you. Replace the submit button