RE: Property file question

2005-01-13 Thread Slattery, Tim - BLS
> I am having property file under WEB-INF directory. I am > currently storing something like > title.mainmenu = Main Menu > error.validation = Validation Error > > Can i make use of these variables inside my any normal java > classes - or whether these r meant for only JSPs ? You can

Re: Re: Property file question

2005-01-13 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Property file question

2005-01-13 Thread PA
On Jan 13, 2005, at 05:57, Larry Meadors wrote: Sure, but you need to create a Properties object to do it and read them in. http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html Talking of properties, check out PL: http://alt.textdrive.com/pl/ It provides a simple format to handle bas

Re: Property file question

2005-01-12 Thread Larry Meadors
Sure, but you need to create a Properties object to do it and read them in. http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html Larry On Wed, 12 Jan 2005 17:48:51 -0800 (PST), Manisha Sathe wrote: > I am having property file under WEB-INF directory. I am currently storing > somet

Property file question

2005-01-12 Thread Manisha Sathe
I am having property file under WEB-INF directory. I am currently storing something like title.mainmenu = Main Menu error.validation = Validation Error Can i make use of these variables inside my any normal java classes - or whether these r meant for only JSPs ? regards Manisha