Re: Re: [T5.1] How to break the chain in MasterDispatcher

2009-06-04 Thread nille hammer
://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

Re: [T5.1] How to break the chain in MasterDispatcher

2009-06-04 Thread Christian Senk
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

[T5.1] How to break the chain in MasterDispatcher

2009-06-04 Thread nille hammer
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