Em Fri, 18 Dec 2009 07:23:03 -0200, Alessandro Bottoni <alexbott...@gmail.com> escreveu:

public class Register {
// this class is used by a BeanEditor-based page template
        
        private String id = "Id From Register";

Never initialize a page class field in its declaration. It can lead to very nasty bugs because of Tapestry's page pooling.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, 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