RE: Nesting MessageResources for parameter replacement.

2006-06-05 Thread M Faizal
the logic and use in your code -Original Message- From: Scott Van Wart [mailto:[EMAIL PROTECTED] Sent: June 06, 2006 1:50 PM To: user@struts.apache.org Subject: Nesting MessageResources for parameter replacement. In the default MessageResources.properties, it includes things lik

Nesting MessageResources for parameter replacement.

2006-06-05 Thread Scott Van Wart
In the default MessageResources.properties, it includes things like "{0} is required." I'd like to use one of these, and replace {0} with something _that is itself_ a key in the MessageResources.properties. I tried something like this: MessageResources.properties: some.message={0} is my mess