RE: Disable validator framework

2004-01-27 Thread Patrick Cheng
ld I set validate to false and call validate within my action class? Rgds, Patrick. -Original Message- From: Andriy Ruzhevych [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 7:28 PM To: Struts Users Mailing List Subject: RE: Disable validator framework the first you must add the pa

RE: Disable validator framework

2004-01-16 Thread Richard Hightower
Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:34 PM To: 'Struts Users Mailing List' Subject: Disable validator framework Hi We are using dispatch action and validator framework. There is a popup action associated with one button on the form. When the user

RE: Disable validator framework

2004-01-16 Thread Andriy Ruzhevych
calculationType and isDecret validate. when page=n (fields from page attr page=0..n validate) -Original Message- From: Patrick Cheng [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 12:49 PM To: Struts Users Mailing List Subject: RE: Disable validator framework If you want to do

RE: Disable validator framework

2004-01-16 Thread Patrick Cheng
ting a large form, to ensure that a page is not skipped" -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 8:34 AM To: 'Struts Users Mailing List' Subject: Disable validator framework Hi We are using dispatch

RE: Disable validator framework

2004-01-16 Thread Hunt, Steve
you could rewrite it like this Task -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: 16 January 2004 09:28 To: 'Struts Users Mailing List' Subject: RE: Disable validator framework Hi, What if it is not a 'submit' ? Mine is like

RE: Disable validator framework

2004-01-16 Thread Mohan Radhakrishnan
Hi, What if it is not a 'submit' ? Mine is like this Thanks Mohan -Original Message- From: Hunt, Steve [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 2:05 PM To: 'Struts Users Mailing List' Subject: RE: Disable validator framework Mohan, If you use the

RE: Disable validator framework

2004-01-16 Thread Andriy Ruzhevych
that a page is not skipped" -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 8:34 AM To: 'Struts Users Mailing List' Subject: Disable validator framework Hi We are using dispatch action and validator framework. Ther

RE: Disable validator framework

2004-01-16 Thread rahul.chaudhary
] Sent: Friday, January 16, 2004 2:05 PM To: 'Struts Users Mailing List' Subject: RE: Disable validator framework Mohan, If you use the html:cancel type of button rather than html:submit the validation framework is not called. If you are using client side javascript validation through the fra

RE: Disable validator framework

2004-01-16 Thread Hunt, Steve
-Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: 16 January 2004 06:34 To: 'Struts Users Mailing List' Subject: Disable validator framework Hi We are using dispatch action and validator framework. There is a popup action associated with one button o

Disable validator framework

2004-01-15 Thread Mohan Radhakrishnan
Hi We are using dispatch action and validator framework. There is a popup action associated with one button on the form. When the user clicks on this a particular method in the action is called but I don't want to validate the ActionForm because the main form is not submitted. There are other