I am using
struts validation extending my action form using ValidatorForm. When I enter a text field I want required in the validator.xml file everything works fine. However if I change this field type from a text field in the
jsp page to a single selct field, the validation fails.
I was under the impression single selects work, but not multiple selects.
Thanks,
lwolpert