Is there a way to retrieve a non-interpreted attribute value from a Tiles file?

Specifically, if my Tiles def looks like this:

   <definition name="myTileName">
     <put name="title" value="My Title"/>
     <put name="body" value="/WEB-INF/path/to/my.jsp" />
  </definition>

Is there a <tiles:xxx> tag I can use that will just return the String value of the above "body" attribute rather than trying to interpret it? Both the <tiles:insert attribute="body"> and <tiles:get name="body"> appear to insert the contents of the JSP to which the "body" attribute refers...

Thanks.

-- adam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to