Validation doubt?

2004-02-24 Thread subramaniam . o
Hi, I do not want to validate my form when the user clicks the Cancel button. For your information im not using _javascript_ validation [i.e my doesnt've html:_javascript_ formname=someform] how to do this? Subramaniam Olaganthan Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website:

RE: Validation doubt?

2004-02-24 Thread Angharad Stapleton
PROTECTED] Sent: 24 February 2004 16:21 To: [EMAIL PROTECTED] Subject: Validation doubt? Hi, I do not want to validate my form when the user clicks the Cancel button. For your information im not using javascript validation [i.e my doesnt've html:javascript formname=someform] how

RE: Validation doubt?

2004-02-24 Thread Vinay Kumar Munikuntla
Don't submit the form when user clicks on cancel button. This will avoid calling validate method off the form bean. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 11:21 AM To: [EMAIL PROTECTED] Subject: Validation doubt

RE: Validation doubt?

2004-02-24 Thread subramaniam . o
Vinay Kumar Munikuntla [EMAIL PROTECTED] 02/24/2004 10:00 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To 'Struts Users Mailing List' [EMAIL PROTECTED] cc [EMAIL PROTECTED] Subject RE: Validation doubt? Don't submit the form when user clicks on cancel button

RE: Validation doubt?

2004-02-24 Thread Angharad Stapleton
: Validation doubt? Hi, Thank you for the information. on click of the cancel btn i want to show the home page. how do i do that? Subramaniam Olaganthan Tata Consultancy Services Plot No. 21 Industrial Estate,, Ambattur Chennai - 600 058,Tamil Nadu India Mailto: [EMAIL PROTECTED

RE: Validation doubt?

2004-02-24 Thread subramaniam . o
://www.tcs.com Angharad Stapleton [EMAIL PROTECTED] 02/24/2004 09:57 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject RE: Validation doubt? Have the submit button has a form property. Then when validating only

RE: Validation doubt?

2004-02-24 Thread Vinay Kumar Munikuntla
Use link html:link page=/homepage.do . Cancel .. /html:link -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 11:40 AM To: Struts Users Mailing List Subject: RE: Validation doubt? Hi, Thank you

RE: Validation doubt?

2004-02-24 Thread subramaniam . o
PROTECTED] cc Subject RE: Validation doubt? Either just use _javascript_ to send to home page, or add a path in struts-config to go to home page if cancel button was selected. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 24 February 2004 16:40

RE: Validation doubt?

2004-02-24 Thread Wendy Smoak
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I tried that one, but i couldnt bypass the validation.. i've an Update page, some of the attributes are mandatory. onlick of the cancel btn im forwarding it to the home page, onclick of the cancel btn it validates the form and gives

Re: Validation doubt?

2004-02-24 Thread Niall Pemberton
; . Although I haven't tried it. Niall - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List Sent: Tuesday, February 24, 2004 8:45 PM Subject: RE: Validation doubt? Hi, I tried that one, but i couldnt bypass the validation.. i've an Update