Re: remove cache

2012-01-16 Thread Thiago H. de Paula Figueiredo
On Sun, 15 Jan 2012 09:59:33 -0200, Taha Hafeez Siddiqi wrote: Hi Hi! As Thiago always says, "Never never never initialize an instance variable in its declaration in case of a page/component/mixin" :D In addition, Tapestry doesn't cache anything (unless you use the @Cache annotation

Re: remove cache

2012-01-15 Thread Taha Hafeez Siddiqi
Hi As Thiago always says, "Never never never initialize an instance variable in its declaration in case of a page/component/mixin" use setupRender phase (@SetupRender) for initializing instance variables in case of a components/mixins and onActivate()(@OnEvent(EventConstants.ACTIVATE) in case