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
You use the key attribute instead of label On Wednesday, December 2, 2009, Siddiq Syed wrote: > > Try this, > > > > > -siddiq. > > > Louis Voo wrote: >> >> Hi, >> >> I've this text field in my jsp >> >> > required="true"/> >> >> and this property in the resource bundle >> >> error.required = ${

Re: How to get the key name

2009-12-02 Thread Siddiq Syed
Try this, -siddiq. Louis Voo wrote: > > Hi, > > I've this text field in my jsp > > required="true"/> > > 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