I did that, but, I have 4 entries, not 3. Is there a limit of 3 entries somehow?

--------------------
Mick Knutson
Wells Fargo Business Direct
(415) 222-1020

"This message may contain confidential and/or privileged information. If you 
are not the addressee or authorized to receive this for the addressee, you must 
not use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation."
--------------------



-----Original Message-----
From: Hollaway, Shedrick L CIV TRIREFFAC
[mailto:[EMAIL PROTECTED]
Sent: Monday, December 13, 2004 10:49 AM
To: Struts Users Mailing List
Subject: RE: Validator upgrade?


Is your custom validator in a resource (i.e. validation-custom.xml)
that's identified in struts-config.xml like such:

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

===========================  validation-custom.xml =============    
<validator name="isequalif"
 
classname="com.wf.bd.ice.rules.validation.ICEFieldChecks"
                 method="validateIsEqualIf"
                 methodParams="java.lang.Object,
 
org.apache.commons.validator.ValidatorAction,
                               org.apache.commons.validator.Field,
                               org.apache.struts.action.ActionMessages,
                               org.apache.commons.validator.Validator,
                               javax.servlet.http.HttpServletRequest"
                 msg="isequalif.default">
      </validator>


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

Reply via email to