Hi,

When using multi-applications in struts and using a different validator.xml
for each sub-application, the validator framework fails to work. No
validation occurs.

--> The plugin configuration of the main app:
  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames"
value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
  </plug-in>

--> The plugin configuration of the sub-app:
  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames"
value="/WEB-INF/validator-rules.xml,/WEB-INF/q20031/validation.xml"/>
  </plug-in>

Is there a solution for this problem?

Reply via email to