Re: getting label from property

2010-08-02 Thread Dale Newfield
On 7/28/10 2:16 PM, Ryan Beckes wrote: I'm working my way through properties and I'm kind of stuck. I have a properties file (package.properties) with a "message" entry... Index.message= Color ... I am able to pull this message via the s:text tag, so I know it's available in the value stack T

Re: getting label from property

2010-07-28 Thread Ryan Beckes
Thanks! On Wed, Jul 28, 2010 at 1:40 PM, Michal Ciasnocha wrote: > Hi Ryan, > > for getting translated text as label of select tag (and other tags) use > "key" attribute. Usage is same as . > > > Best regards, > > Michal > > Ryan Beckes wrote on 28.7.2010 20:16: > > Hi All, >> >> I'm working m

Re: getting label from property

2010-07-28 Thread Michal Ciasnocha
Hi Ryan, for getting translated text as label of select tag (and other tags) use "key" attribute. Usage is same as . Best regards, Michal Ryan Beckes wrote on 28.7.2010 20:16: Hi All, I'm working my way through properties and I'm kind of stuck. I have a properties file (package.propertie

getting label from property

2010-07-28 Thread Ryan Beckes
Hi All, I'm working my way through properties and I'm kind of stuck. I have a properties file (package.properties) with a "message" entry... Index.message= Color ... I am able to pull this message via the s:text tag, so I know it's available in the value stack, but when I try to pull the same me