On Thu, 19 Apr 2012 16:36:58 -0300, Dmitriy Vsekhvalnov <dvsekhval...@gmail.com> wrote:

Hi all,

Hi!

i have simple custom component within  loop on the page:

<t:loop source="units" value="unit">
   <t:uniteditor value="unit"
</t:loop>

UnitEditor.tml contains couple ActionLinks:

<t:actionlink t:id="delete" t:context="value">..</t:actionlink>
<t:actionlink t:id="edit" t:context="value">..</t:actionlink>

Can i handle those events in the page class?

Yes, if you change from ActionLink to EventLink.

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