hi Sergey, I am running a tapestry web-app with tapestry code debugging on(as you said from TapestryFilter).
I am not able to get the sequence in which classes gets called from the Dispatchers/RequestHandler (TapestryFilter) inorder for components to get rendered. (also what is lifecycle of components- beginRender()?). not sure if this makes sense.. Thanks & Regards, -Hari Sujathan --- On Mon, 6/8/09, Sergey Didenko <sergey.dide...@gmail.com> wrote: > From: Sergey Didenko <sergey.dide...@gmail.com> > Subject: Re: component rendering and dispatcher > To: "Tapestry users" <users@tapestry.apache.org> > Date: Monday, June 8, 2009, 2:27 PM > If you want to know little details, > you can study the code of > org.apache.tapestry5.TapestryFilter. > > It gets the control because of the following record in > WEB_INF/web.xml: > > <filter> > > <filter-name>app</filter-name> > > <filter-class>org.apache.tapestry5.TapestryFilter</filter-class> > </filter> > > > On Mon, Jun 8, 2009 at 11:09 AM, hari ks<hari_...@yahoo.com> > wrote: > > > > hi, > > I have a basic doubt. I am not able to understand > logic on how Dispatcher(/RequestHandler) gets connected to > components in tapestry. > > > > How does Page gets parsed and gets linked to > RequestHandler / also how is Page responsible for rendering > components? > > > > I couldn't find a documentation on this. > > > > Thanks in Advance, > > Hari Sujathan > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org