On Sun, 01 Apr 2012 19:39:57 -0300, Chris Mylonas <ch...@opencsta.org> wrote:

Good Morning Tapestry List,

How come the Grid component doesn't have @Setup/Begin/CleanupRender annotations?

Actually, it does have a setupRender() method. Don't forget that you can attach methods to events by using annotations (@OnEvent, @SetupRender, etc) or using method name conventions (setupRender(), onSelectedFromSubmitButton(), etc).

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