Re: Where Do I Put This properties File (internationalization)

2004-03-11 Thread Srikanth Shenoy
And at runtime, the file goes directly under WEB-INF/classes Srikanth Shenoy Author Struts Survival Guide: Basics to Best Practices J2EE Project Survival Guide Adam Hardy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On 03/05/2004 05:16 AM Caroline Jen wrote: And

Re: Where Do I Put This properties File (internationalization)

2004-03-05 Thread Adam Hardy
On 03/05/2004 05:16 AM Caroline Jen wrote: And mvnplugin_mvnforum_MVNForumConfig is a properties file. Please advice regarding the directory in which this properties file is supposed to be. It goes in the same place as your *.java code files. As you have it, there is no directory for it, so it

Where Do I Put This properties File (internationalization)

2004-03-04 Thread Caroline Jen
I am using Struts and internationalization. I have code like: private static final String OPTION_FILE_NAME = mvnplugin_mvnforum_MVNForumConfig; static { ResourceBundle res = ResourceBundle.getBundle(OPTION_FILE_NAME); } And mvnplugin_mvnforum_MVNForumConfig is a properties