Re: html:radio and Validator Framework

2004-04-05 Thread Adam Hardy
VJ, I think I'm right in saying that a radio button will not be included as a submit parameter if it is not checked. I know that's true for checkboxes. Are you using required() as well as whatever value you wanted? Post the struts-config form declaration and the validation form dec, and the get

html:radio and Validator Framework

2004-04-05 Thread Vijay.Nair
Hi, In my form has one radio button and many text fields. At the time of submit, I am validating the form using ValidatorFrameWork. I am getting error message for all text fields. But not radio button fields. Is it that the validator framework cannot be used with the Radi