Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread Lilylove toshop
Lukasz, Thanks.  I implemented it as you said but it still didn't work.  The "help.link" is passed thru the java action using getText addActionError(getText("help.link")); On Friday, May 15, 2015 3:11 PM, Lukasz Lenart wrote: You can do something like this: ApplicationResources.pr

Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread Lukasz Lenart
You can do something like this: ApplicationResources.properties help.link=Help ${getLink()} page base action class: public String getLink() { return "Help"; } jsp file 2015-05-15 13:35 GMT+02:00 lilylove2shop : > > > It's struts2 > > > > Original message > From: Lukasz L

Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread lilylove2shop
It's struts2  Original message From: Lukasz Lenart Date: 05/15/2015 2:26 AM (GMT-05:00) To: Struts Users Mailing List Subject: Re: Need help with getting the value from ApplicationResources.properties 2015-05-14 22:03 GMT+02:00 Lilylove toshop : >  Hi All, > I'v

Re: Format Conversion

2015-05-15 Thread Lukasz Lenart
2015-05-15 10:13 GMT+02:00 Dhandapani, Rajeswaran : > Hi All, > > I have the below code to display the cost in currency format and the iterator > iterates over hash map. All the values are displayed inside property tag > except the formatted "value.cost". Could you please help me to fix the > di

Format Conversion

2015-05-15 Thread Dhandapani, Rajeswaran
Hi All, I have the below code to display the cost in currency format and the iterator iterates over hash map. All the values are displayed inside property tag except the formatted "value.cost". Could you please help me to fix the display. Thank you. Rajeswaran D *