Hi Thiago H. de Paula Figueiredo,

I got it that PageAttached is something that made sense when Tapestry pooled 
page instance. But my doubt is why it is getting called when I write 
@PageAttahced in components?

Regards,
Mahendra

-----Original Message-----
From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] 
Sent: Tuesday, August 28, 2012 5:36 PM
To: Tapestry users
Subject: Re: When to use SetupRender and PageAttached methods

On Tue, 28 Aug 2012 06:48:18 -0300, Athneria, Mahendra  
<mahendra.athne...@atos.net> wrote:

> Hi,

Hi!

> I am confused about when to use SetupRender and PageAttached methods. I  
> know that PageAttached methods comes in Page Lifecycle and SetupRender  
> methods comes in Component rendering phase cycle.

PageAttached is something that made sense when Tapestry pooled page  
instances, so you shouldn't use it anymore. Use SetupRender instead.

-- 
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


Reply via email to