Does Struts 2 resource bundle support refering to previously defined parameter keys in the resources file?
For example, something like this: software.version=1.0.1 software.text=Software version is ${software.version} <s:text name="software.text" /> prints Software version is 1.0.1 I know I can use the {0}, {1}, ...{n} tokens and pass use <s:param>...</s:param> with <s:text>...</s:text>. However, I have cases where this is not possible to do. Thanks. Rubens. -- View this message in context: http://www.nabble.com/S2-Refering-to-another-key-in-the-Resource-Bundle--tp17640036p17640036.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]