You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Arik Levin ( Tikal )" <ar...@businesslayers.co.il> on 2002/11/27 15:53:56 UTC

my validator-rules.xml - is it possible ?

Hi all.

Can I use couple of rules xml files, or must I enter my own rules into
validator-rules.xml ?

In this example I'm trying to use validator-my-rules.xml which includes my
own validation.

  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames"
value="/WEB-INF/validator/validator-rules.xml,
 
/WEB-INF/validator/validator-my-rules.xml"/>
  </plug-in>  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>