On Wed, 14 Jul 2010 11:13:07 -0300, Chris Mylonas <ch...@mrvoip.com.au> wrote:

.java
@Property
private Date addedToJumpstart = new Date("2010-07-14");

Never initialize fields like you've done in the above snippet because of the page pooling. Use the activate or begin render event to initialize fields.

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