Images Assets
-------------
Key: TAP5-1371
URL: https://issues.apache.org/jira/browse/TAP5-1371
Project: Tapestry 5
Issue Type: Improvement
Components: documentation
Affects Versions: 5.1.0.0
Reporter: Juan Martin Alba
I was working with assets and I found a problem in the Tapestry documentation.
http://tapestry.apache.org/tapestry5/guide/assets.html
The examples of Assets in templates are:
<img src="asset:context:image/tapestry_banner.gif" alt="Banner"/>
It should be:
<img src="${asset:context:image/tapestry_banner.gif}" alt="Banner"/>
Otherwise it will not work!
Regards.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.