Tony-
More specifically you will need a
ApplicationMessageResources_en_US.property which would be located in web-inf\classes\tonyapp folder
where the property key value would display something like
userid=some_username
password=some_password
HTH,
Martin-
----- Original Message ----- From: "Michael Jouravlev" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Wednesday, June 01, 2005 9:28 PM
Subject: Re: help with messages using bean on jsp


Do you have ApplicationMessageResources.properties property file,
which is located in WEB-INF\classes\tonyapp ?

On 6/1/05, Tony Dahbura <[EMAIL PROTECTED]> wrote:
I have a peculiar problem cropping up with Struts 1.2.7...

When I add an actionError to using my form bean and then go to display
it in the html jsp page I get the following:

    * ???en_US.userid is a required value.???
    * ???en_US.password is a required value.???

My struts-config.xml file looks like this for the message resources:
<message-resources null="false"
parameter="tonyapp.ApplicationMessageResources"/>

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


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

Reply via email to