Re: Combined fields validation with Validator

2005-04-11 Thread Rodolfo García Esteban/CYII
to: Re: Combined fields validation with Validator http://struts.apache.org/userGuide/dev_validator.html See the sections on the "requiredif" and "validwhen" validators. Erik Rodolfo García Esteban/CYII wrote: >Hi, > >I need to do a validation of required fields w

Re: Combined fields validation with Validator

2005-04-11 Thread Erik Weber
http://struts.apache.org/userGuide/dev_validator.html See the sections on the "requiredif" and "validwhen" validators. Erik Rodolfo García Esteban/CYII wrote: Hi, I need to do a validation of required fields who depends of the values of previos fields. More clearly, I have a radio button to choos

Combined fields validation with Validator

2005-04-11 Thread Rodolfo García Esteban/CYII
Hi, I need to do a validation of required fields who depends of the values of previos fields. More clearly, I have a radio button to choose between select by date or by docnumber. If the radiobutton selected is date, the date is required and the numdoc isn't and viceversa. With Validator I can