You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Andreas Andreou (JIRA)" <ji...@apache.org> on 2011/01/12 18:09:46 UTC

[jira] Updated: (TAP5-1371) Images Assets

     [ https://issues.apache.org/jira/browse/TAP5-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou updated TAP5-1371:
----------------------------------

    Affects Version/s:     (was: 5.1.0.0)

> Images Assets
> -------------
>
>                 Key: TAP5-1371
>                 URL: https://issues.apache.org/jira/browse/TAP5-1371
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: documentation
>            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.