posted 20 years ago
I discovered something strange. When using a form bean of type DynaValidatorActionForm, server side validation using the validator plugin would not work. Though, client-side worked fine. I changed the form-bean in struts-config.xml to DynaValidatorForm (no Action) and the server side validation worked like a champ. Anyone know why?