Re: reading properties file in action class

2007-08-31 Thread Ashish Kulkarni
Hi Thanks, it works On 8/31/07, nuwan chandrasoma <[EMAIL PROTECTED]> wrote: > > Hi, > > use getResources() method in the action > > Thanks, > > Nuwan > > On 8/31/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > > > > Hi > > I have abc.properties and abc_fr.properties file, > > if i have to print

Re: reading properties file in action class

2007-08-31 Thread nuwan chandrasoma
Hi, use getResources() method in the action Thanks, Nuwan On 8/31/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > > Hi > I have abc.properties and abc_fr.properties file, > if i have to print values from properties file in jsp i use tag > and it will print value depending > on locale, > But w