[
https://issues.apache.org/jira/browse/TAP5-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Zeigler updated TAP5-710:
--------------------------------
Fix Version/s: (was: 5.1)
> Documentation about "use of asset: and context: to reference assets directly
> from a template file" has errors (See TAP5-214)
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: TAP5-710
> URL: https://issues.apache.org/jira/browse/TAP5-710
> Project: Tapestry 5
> Issue Type: Bug
> Components: documentation
> Affects Versions: 5.1.0.0, 5.1
> Reporter: Viju Kothuvatiparambil
>
> In page http://tapestry.formos.com/nightly/tapestry5/guide/assets.html,
> dollar sign and curly braces are missing around the src value.
> 1. <img src="asset:context:image/tapestry_banner.gif" alt="Banner"/> should
> be changed to <img src="${asset:context:image/tapestry_banner.gif}"
> alt="Banner"/>
> 2. <img src="context:image/tapestry_banner.gif" alt="Banner"/> should be
> changed to <img src="${context:image/tapestry_banner.gif}" alt="Banner"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.