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

Reply via email to