Re: Use EL to access to a key from the MessageResources.properties

2007-04-24 Thread piloupy GOTTAPIL
Thank you all. The solution of Niall works. I was trying to get the fmt taglib work for nearly 2 days... without success. But I really prefer the solution of Niall, since it doesn't oblige me to declare another taglib. I really thank you guys for your help. piloupy On 4/24/07, Niall Pemberton

Re: Use EL to access to a key from the MessageResources.properties

2007-04-24 Thread Niall Pemberton
On 4/23/07, piloupy GOTTAPIL <[EMAIL PROTECTED]> wrote: Hi, I'd like to do something like this in a JSP file : Email Link where contact.mail is a key from my MessageResources.properties. I think the solution is quite simple, but I can't find how to do. How about.. Email Link Niall Than

RE: Use EL to access to a key from the MessageResources.properties

2007-04-23 Thread Rod Bollinger
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of piloupy GOTTAPIL Sent: Monday, April 23, 2007 11:29 To: Struts Users Mailing List Subject: Re: Use EL to access to a key from the MessageResources.properties I precisely want to use the to benefit from the relative context

Re: Use EL to access to a key from the MessageResources.properties

2007-04-23 Thread piloupy GOTTAPIL
I precisely want to use the to benefit from the relative context path. Thanks, piloupy On 4/23/07, Lance <[EMAIL PROTECTED]> wrote: ">Email Link - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: Use EL to access to a key from the MessageResources.properties

2007-04-23 Thread Lance
">Email Link piloupy GOTTAPIL wrote: Hi, I'd like to do something like this in a JSP file : Email Link where contact.mail is a key from my MessageResources.properties. I think the solution is quite simple, but I can't find how to do. Thanks in advance, piloupy

Use EL to access to a key from the MessageResources.properties

2007-04-23 Thread piloupy GOTTAPIL
Hi, I'd like to do something like this in a JSP file : Email Link where contact.mail is a key from my MessageResources.properties. I think the solution is quite simple, but I can't find how to do. Thanks in advance, piloupy ---