On Wed, 12 Oct 2011 10:55:39 -0300, ManuPK <manupk.t...@gmail.com> wrote:

How can I add a tooltip(or a title tag) to tapestry grid rows? I want to show row sensitive information in the tool tip. I could do it in t:loop but in
need to use t:grid.
I am using tapestry version 5.0.18.

Use ordinary grid cell block overrides:

<t:grid ...>
        <t:parameter name="propertyNameCell">anything you want 
here</t:parameter>
</t:grid>

--
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