Re: Access ApplicationResource from java code

2006-10-18 Thread ShiBing Chen
Actually you can do that in your action class with getText() methods. On 10/19/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: Hi , I want to obtain the value of a key from ApplicationResource.properties file in my java code. Should i access the properties file directly or can i use some classes i

Access ApplicationResource from java code

2006-10-18 Thread Puneet Lakhina
Hi , I want to obtain the value of a key from ApplicationResource.properties file in my java code. Should i access the properties file directly or can i use some classes in the struts package to do the same?? -- Puneet