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 values from properties file in jsp i use tag > > <bean:message key="PL1143.datecompare"/> and it will print value > depending > > on locale, > > But what i want to get those values in action class, is there an direct > > method to do so, > > Like some thing getText("PL1143.datecompare") > > i can read load properties file using servletContext, but i want to > avoid > > that. > > is there any method in struts action for helping in doing so > > >