Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
10584
Description
When I specify more than two validation resources only the first and last is loaded.
<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
<set-property property="pathnames"
value="/WEB-INF/validator-rules.xml,
/WEB-INF/validationFormA.xml,
/WEB-INF/validationFormB.xml"/>
</plug-in>
Here only the validation specified in validationFormB.xml is processed. And if I
put validationFormA.xml in the last place, only this is processed. (Both xml
files have diffrent formBean names, so they don't overwrite each other)
thanks,
Volker