Figued it out..This doesn't work anymore
  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathname" value="/WEB-INF/validator-rules.xml"/>
    <set-property property="pathname" value="/WEB-INF/validation.xml"/>
  </plug-in>
I have to use it this way
  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,
                                              /WEB-INF/validation.xml"/>
  </plug-in>


-----Original Message-----
From: Hemanth Setty [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 3:15 PM
To: Struts Users Mailing List
Subject: Validations gone on using nightly build


Hello,
I was running the 1.1b1 till today. Today I got the latest nightly build and
all my validations that used to work on 1.1b1 stopped working. I was using
the validation-rules.xml to validate my forms. Was anything changed in terms
of how the validations are setup?

-hemanth


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to