Hi I recently upgraded my application to struts 1.2.4, and was trying to use valiator version 1.1.3, but was having problem, the validator was not able to find key from resource bundle, I have 2 resource bundle, those are defined as below <message-resources key="approvals" parameter="approval"/> <message-resources key="org.apache.struts.action.MESSAGE" parameter="maps" /> In my validation.xml file i have defined the field as below <field property="userId" depends="required" > <arg key="approval.005" bundle="approvals" resource="true" position="0"/> </field> But the resource is not found i get null on the jsp page What may be the reason Ashish
_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]