Re: How to get the key name

2009-12-03 Thread Saeed Iqbal
t; > > > > ____________________ > From: Saeed Iqbal > To: Struts Users Mailing List > Sent: Thu, December 3, 2009 12:29:30 PM > Subject: Re: How to get the key name > > No not that > > key="i8nl.nameKey"

Re: How to get the key name

2009-12-03 Thread mailtolouis2020-struts
ds LV From: Saeed Iqbal To: Struts Users Mailing List Sent: Thu, December 3, 2009 12:29:30 PM Subject: Re: How to get the key name No not that key="i8nl.nameKey" Send me your file On Thu, Dec 3, 2009 at 5:27 PM, wrote: > No, I changed my property to thi

Re: How to get the key name

2009-12-03 Thread Saeed Iqbal
qbal > To: Struts Users Mailing List > Sent: Thu, December 3, 2009 9:56:29 AM > Subject: Re: How to get the key name > > Yes key is in struts. See the docs. > > On Thu, Dec 3, 2009 at 2:54 PM, wrote: > > > Hi, > > > > Sorry, I think you misunderstanding my q

Re: How to get the key name

2009-12-03 Thread mailtolouis2020-struts
No, I changed my property to this error.required = ${getText(key)} is required. It is not working. From: Saeed Iqbal To: Struts Users Mailing List Sent: Thu, December 3, 2009 9:56:29 AM Subject: Re: How to get the key name Yes key is in struts. See the docs

Re: How to get the key name

2009-12-03 Thread Saeed Iqbal
ldKey or something > ? > > required="true"/> > > fieldName = user.name > ?? = label.name > > Thanks > LV > > > > > From: Saeed Iqbal > To: Struts Users Mailing List > Sent: Thu, December 3, 2009 2:13:20 AM

Re: How to get the key name

2009-12-03 Thread mailtolouis2020-struts
From: Saeed Iqbal To: Struts Users Mailing List Sent: Thu, December 3, 2009 2:13:20 AM Subject: Re: How to get the key name You use the key attribute instead of label On Wednesday, December 2, 2009, Siddiq Syed wrote: > > Try this, > > > > > -siddiq. > >

Re: How to get the key name

2009-12-02 Thread Saeed Iqbal
I'm using fieldName, so my question is there anyway I can get >> key name? So that I can use the label.name property. >> >> >> Regards >> LV >> > > -- > View this message in context: > http://old.nabble.com/How-to-get-the-key-name-tp26613714p2

Re: How to get the key name

2009-12-02 Thread Siddiq Syed
; > > When there is validation error, it looking for user.name property, it is > fine because I'm using fieldName, so my question is there anyway I can get > key name? So that I can use the label.name property. > > > Regards > LV > -- View this message in context:

How to get the key name

2009-12-02 Thread Louis Voo
Hi, I've this text field in my jsp and this property in the resource bundle error.required = ${getText(fieldName)} is required. label.name = Name When there is validation error, it looking for user.name property, it is fine because I'm using fieldName, so my question is there anyway I can g