Hi all,

Please beware of the "Assets in Templates" section of the asset
documentation:

http://tapestry.apache.org/tapestry5.1/guide/assets.html

As it describes:

asset:context:image/tapestry_banner.gif 
and
context:image/tapestry_banner.gif 

as the proper way to reference context based assets from templates, when in
actuality it is:

${asset:context:image/tapestry_banner.gif} 
and
${context:image/tapestry_banner.gif} 

note the ${} missing from the docs.

Hope this saves someone some time, and if the devs are listening...

Cheers,

Levi
-- 
View this message in context: 
http://n2.nabble.com/T5-1-Doc-issue-w-asset-in-template-tp3758397p3758397.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to