-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kranti,

Kranti Parisa wrote:
> for this i did the following
> 
> 1) WEB-INF/classes/resources folder defined all the files
> example : application.properties, application_fr.properties ..etc

[snip]

> 3) in struts-config.xml file defined the following
> <message-resources parameter="resources.application"/>

Putting your properties file into a subdirectory may require you to use
a slash (/) instead of a dot (.) in the name of the bundle. So, try this
instead:

<message-resources parameter="resources/application" />

and see if that works.

If it doesn't work, try moving your properties file into WEB-INF/classes
and removing the confusion of the added subdirectory. Once you get
everything working, you can experiment with changing one thing at a time
to move your files to your preferred location.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFfwtu9CaO5/Lv0PARAgF0AKCAVIcDZOoDxusV3oPkgHgRCodXYwCgi8Qg
RnAZHWDuz407MverzFQEVeg=
=Qie8
-----END PGP SIGNATURE-----

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

Reply via email to