On Tue, 08 Nov 2011 02:05:28 -0200, Steve Eynon <steve.ey...@alienfactory.co.uk> wrote:

Remember that if you use
    <t:trigger event="setupRender" />
then your event handler is called
    void onSetupRender()
whereas the render phase method is called
    void setupRender()
the two are different.

Nice catch, Steve! Tapestry has two different types of events (component events and render lifecycle). The former can be triggered by user (i.e. not Tapestry itself) code, while the latter just by Tapestry itself.

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