Suppose I have a string defined in a definition, such as:
<definition name="foo" page="/myPage.jsp"> <put name="title" value="Hello"/> </definitions>
How would I go about replacing "Hello" with a reference to a string instead of the string itself? Can this be done just using tiles-defs.xml, or is it a two step process? For example:
<definition name="foo" page="/myPage.jsp"> <put name="titleRef" value="myPage.title"/> </definitions>
and then in the .jsp file:
<title><bean:message key="myPage.title"/></title>
Please let me know. Dean Hoover
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

