Dears,
I use struts 1.1, and I use client side validation. I just want to set
the stop on first error to true, as I don't want alerts to be that big
to the user and I want them to appear one after one.
I configured it as following, but it is still don't work !!!
<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
<set-property property="pathnames"
value="/WEB-INF/validator-rules.xml,
/WEB-INF/validation.xml"/>
<set-property property="stopOnFirstError" value="true"/>
</plug-in>
What can I check to make sure everything is ok, or can solve this
problem?
Thanks