Re: When to use SetupRender and PageAttached methods

2012-08-28 Thread Thiago H de Paula Figueiredo
On Tue, 28 Aug 2012 09:13:24 -0300, Athneria, Mahendra wrote: Hi Thiago H. de Paula Figueiredo, Hi! 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? Probably

RE: When to use SetupRender and PageAttached methods

2012-08-28 Thread Athneria, Mahendra
[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 wrote: > Hi, Hi! > I am confused about when to use SetupRender and PageAttached meth

Re: When to use SetupRender and PageAttached methods

2012-08-28 Thread Thiago H de Paula Figueiredo
On Tue, 28 Aug 2012 06:48:18 -0300, Athneria, Mahendra 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 somet

Re: When to use SetupRender and PageAttached methods

2012-08-28 Thread Lance Java
A page is a (specialized) component so it has all of the component rendering events. I've never used @PageAttached in a component but I'm assuming that tapestry is giving you access to the containing Page's lifecycle events. -- View this message in context: http://tapestry.1045711.n5.nabble.com