NOTE: This is outdated information that applies only to Tapestry 4. For current information see http://tapestry.apache.org/property-expressions.html. |
Want to specify an OGNL array in a page or component specification? Try...
<binding name="stylesheets" expression="{ assets.defaultStyles, assets.helpTipStyles}"/>
How about a Tapestry Component Tag? Try...
<span jwcid="@Border" stylesheets="ognl:{ assets.defaultStyles, assets.helpTipStyles}" ...
For more ognl syntax, see