Re: textfield label localized

2009-11-28 Thread Saeed Iqbal
No Problem :) On Saturday, November 28, 2009, wrote: > Hi, > > Thanks for the answer, both are working now. > > > Regards > LV > > > > > From: KamHon Eng > To: Struts Users Mailing List > Sent: Sat, November 28, 2009

Re: textfield label localized

2009-11-28 Thread mailtolouis2020-struts
Hi, Thanks for the answer, both are working now. Regards LV From: KamHon Eng To: Struts Users Mailing List Sent: Sat, November 28, 2009 9:41:32 AM Subject: Re: textfield label localized or shoud working On Sat, Nov 28, 2009 at 4:53 AM, wrote: >

Re: textfield label localized

2009-11-28 Thread mailtolouis2020-struts
Hi, Thanks, its work now by using key. Regards LV From: Saeed Iqbal To: Struts Users Mailing List Sent: Sat, November 28, 2009 1:54:48 AM Subject: Re: textfield label localized There are 2 ways to go about this 1) within Struts tags use key=""

Re: textfield label localized

2009-11-28 Thread KamHon Eng
or shoud working On Sat, Nov 28, 2009 at 4:53 AM, wrote: > Hi, > > Can someone tell me how to make the label use my resource bundle value? I've > tried this > theme="xhtml"/> > and > theme="xhtml"/> > both are not working. > > But this work: > > > in my resource bundle properties file > I

Re: textfield label localized

2009-11-27 Thread Saeed Iqbal
There are 2 ways to go about this 1) within Struts tags use key="" where your i8nl key should go in. But for that to work your struts needs to know where all the i8nl values are located. Define a constant for it in struts.xml or create a struts.properties to contain this struts.custom.i18n.r