Re: validator. i need help

2005-10-13 Thread Simons Kevin
Kevin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, October 13, 2005 7:40 PM Subject: Re: validator. i need help Miren, I just start with the validators too. I don't have a working example yet... However you have the class ActionForm, ValidatorFo

Re: validator. i need help

2005-10-13 Thread Kishore Senji
Either extend ValidatorForm or ValidatorActionForm. There are Dyna flavors of those forms as well. If you use Struts 1.2.4 your form can just be a POJO without extending any flavor of ValidatorForm, Struts will just turn it into a BeanValidatorForm which is a ValidatorForm and so the Validations wo

Re: validator. i need help

2005-10-13 Thread Simons Kevin
Wednesday, October 12, 2005 3:29 PM Subject: validator. i need help Hello i am trying to beging using validator, struts validator. i have some problems: into my struts-config.xml file i have some entryes like this: Well i want to use the validator. the type of the forms must be org.apache.stru

Re: validator. i need help

2005-10-12 Thread Martin Gainty
Here is an example of subclassing DynaValidatorActionForm with validation-rules.xml outlined Miren- Great article located here detailing validator-rules.xml identified validator.xml which contains field depends clause identifiying the field to validate good example of inlining JavaScript thru

validator. i need help

2005-10-12 Thread Miren Urkijo
Hello i am trying to beging using validator, struts validator. i have some problems: into my struts-config.xml file i have some entryes like this: Well i want to use the validator. the type of the forms must be org.apache.struts.validator.DynaValidatorActionForm ?? if it must be of this form ho