Re: Parameterized messages

2005-07-12 Thread Laurie Harper
Rick Reumann wrote: N G wrote the following on 7/12/2005 4:14 PM: Is it possible to use the resource properties for keys as well as args? For example, Properties: test.val1=hello {0} test.val2=world So, what I am trying to accomplish is to have the above statement output: hello world Howeve

Re: Parameterized messages

2005-07-12 Thread Martin Gainty
.html Anyone else? Martin- - Original Message - From: "N G" <[EMAIL PROTECTED]> To: "Struts-user" Sent: Tuesday, July 12, 2005 4:14 PM Subject: Parameterized messages Hi, Is it possible to use the resource properties for keys as well as args? For example,

Re: Parameterized messages

2005-07-12 Thread Rick Reumann
N G wrote the following on 7/12/2005 4:14 PM: Hi, Is it possible to use the resource properties for keys as well as args? For example, Properties: test.val1=hello {0} test.val2=world So, what I am trying to accomplish is to have the above statement output: hello world However, it outputs: h

Parameterized messages

2005-07-12 Thread N G
Hi, Is it possible to use the resource properties for keys as well as args? For example, Properties: test.val1=hello {0} test.val2=world So, what I am trying to accomplish is to have the above statement output: hello world However, it outputs: hello test.val2 Is there a way to force it to lo