hi hari,
if you want to debug the page rendering you should
but you breakpoint on to ComponentEventDispatcher
and/or PageRenderDispatcher
g.
lros
hari ks
08.06.2009 11:24
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Re: component rendering and
of components- beginRender()?).
not sure if this makes sense..
Thanks & Regards,
-Hari Sujathan
--- On Mon, 6/8/09, Sergey Didenko wrote:
> From: Sergey Didenko
> Subject: Re: component rendering and dispatcher
> To: "Tapestry users"
> Date: Monday, June 8, 2009
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:
app
org.apache.tapestry5.TapestryFilter
On Mon, Jun 8, 2009 at 11:09 AM, h
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 thi