It looks like when you made changes to the PlugIn
Craig that it broke the ValidatorPlugIn.  Having
multiple set-property elements under the plug-in used
to work, but now it looks like only the last one is
being kept.  It looks like the addition of
PlugInSetPropertyRule in ConfigRuleSet broke this. 
You probably know the digester better than I do if
this could be changed.  Or point me in the right
direction if you don't have time to do this.

<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>

David

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

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

Reply via email to