I use multiple message-resources files in my application like this
 
<message-resources parameter="view.ApplicationResources"/>
<message-resources key="provider" parameter="Provider"/>
 
This is a part of my validation.xml file:
 
      <field property="county" depends="required">
        <arg0 key="cssite.county"/>
      </field>
 
The key cssite.county is in the Provider.properties file. It seems to me that 
Struts cannot find the 'cssite.county' key in my Provider.properties file 
(because when there is an error, I only see "is required", not "County is 
required" while "County" is the value for the 'cssite.county' key). So what 
should I do now?
 
Thanks a lot if you can help me out.


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

Reply via email to