so I can create this new property file in the same folder where my
struts.properties file resides or does it have to be in the package where
action is.

so if my action name is XXX.java the property file will be XXX_en.properties
and the properties file will be picked automatically or does it require any
changes in struts.properties? does it have to be registered there?

Thanks!!

On Fri, Apr 17, 2009 at 10:44 AM, Terry Gardner <terry.gard...@sun.com>wrote:

> The resource bundles can also be in files named after the Action, for
> example, SlamdStartServerResultAction_en.properties, which contains keys and
> values (English) for the Action SlamdStartServerResultAction.java
>
>
> On Apr 17, 2009, at 10:36 AM, Bhaarat Sharma wrote:
>
>  I  know we can a property file in struts like this
>>
>> struts.custom.i18n.resources=nameofFile
>>
>> But is there a way to use multiple properties files? (nameofFile)
>>
>> we have a lot of labels for our application and if we put everything into
>> one property file then it seems to get so overwhelmingly huge that its
>> hard
>> to find anything in it.
>>
>> Is there a way to over come this problem?
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to