://www.winfonet.eu
- original Nachricht
Betreff: Re: [T5.1] How to break the chain in MasterDispatcher
Gesendet: Fr, 05. Jun 2009
Von: Christian Senk
> Hi nille,
>
> i got the same problem. This part isn't good documented, look at this
> snippet from t
Hi nille,
i got the same problem. This part isn't good documented, look at this
snippet from the TapestryModule:
/**
* The MasterDispatcher is a chain-of-command of individual Dispatchers,
each handling (like a servlet) a particular
* kind of incoming request. RootPath Renders the
Hi List,
I have implemented a LoginDispatcher like explained in the wiki
(http://wiki.apache.org/tapestry/Tapestry5HowToCreateADispatcher). Then I
contributed it to the MasterDispatcher's configuration with the following code:
configuration.add("LoginDispatcher", loginDispatcher, "before:PageRe