On Thu, 13 Jan 2011 10:32:05 -0200, Tooobi <tobias.k...@t-systems.com> wrote:

The corresponding code in the class is: 
        @Inject
        @Path("context:pics/button_zum_anmelden.png")
        @Property
        private Asset _toLoginAreaImage;

In the tml-file I have also assets like:
<tr><td colspan="6"> asset:context:pics/black.gif </td></tr>

Shouldn't it be <tr><td colspan="6"><img src="${asset:context:pics/black.gif}"/></td></tr>?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to