Hello Everyone,
I have my
struts application running well with client-side javascript validation and Dyna form beans. But now, I am trying to replace this with server-side validation. So far I have this logic for client-side validation.
FORM DEFs
In
JSP Now, to replace the javascript client side validation with server-side validation, I did this
FORM DEFs
In JSP
When I did this, the server-side validation didn't work. The screen functioned as if there was no validation at all.
Can anyone help me using DynaValidatorForm for server-side validation?
Thanks for your consideration,
Kiran