Re: how to use message resource key for href

2006-04-05 Thread Vinit Sharma
My c:set is as below: and it works fine. Thanks, On 4/5/06, Adam Hardy <[EMAIL PROTECTED]> wrote: > > What does your c:set look like? > > > Vinit Sharma on 04/04/06 08:58, wrote: > > But I faced a problem with the fmt tag, the variable link contains > > the key instead of the tex

Re: how to use message resource key for href

2006-04-05 Thread Adam Hardy
What does your c:set look like? Vinit Sharma on 04/04/06 08:58, wrote: But I faced a problem with the fmt tag, the variable link contains the key instead of the text value. Any clue?? On 4/4/06, Vinit Sharma <[EMAIL PROTECTED]> wrote: Thanks, I used a in combination with . But fmt tag loo

Re: how to use message resource key for href

2006-04-04 Thread Vinit Sharma
But I faced a problem with the fmt tag, the variable link contains the key instead of the text value. Any clue?? On 4/4/06, Vinit Sharma <[EMAIL PROTECTED]> wrote: > > Thanks, > > I used a in combination with . But fmt tag looks > neat. > > :) > > > On 4/4/06, Nicolas De Loof < [EMAIL PROTECTED]

Re: how to use message resource key for href

2006-04-04 Thread Vinit Sharma
Thanks, I used a in combination with . But fmt tag looks neat. :) On 4/4/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > Perhaps somethig like this may work : > > > > Some text > > > Nico. > > Vinit Sharma a écrit : > > Hi, > > > > My requirement is to use a message resource key for html:

Re: how to use message resource key for href

2006-04-04 Thread Nicolas De Loof
Perhaps somethig like this may work : Some text Nico. Vinit Sharma a écrit : Hi, My requirement is to use a message resource key for html:link href attribute instead of passing a hardcoded value. Below: Some text I want to replace, ${item.link} with a key from resource file, btw my ${

how to use message resource key for href

2006-04-04 Thread Vinit Sharma
Hi, My requirement is to use a message resource key for html:link href attribute instead of passing a hardcoded value. Below: Some text I want to replace, ${item.link} with a key from resource file, btw my ${ item.link} returns a key only. Can some one give an insight. Thanks, -- Vinit Shar