Hi,

I have a page that I make it as 'start' page by
configuration.add("tapestry.start-page-name", "home");
and I have a dispatcher that is configured in the AppModule as follow:

    public static void
contributeMasterDispatcher(OrderedConfiguration<Dispatcher> configuration,
                   @InjectService("CookieDispatcher") CookieDispatcher
cookieDispatcher) {
                   configuration.add("CookieDispatcher", cookieDispatcher,
"before:PageRender");
    }

the dispatcher is never fired if I start the app like this:

http://localhost:8080/app

but it will fire if I do:

http://localhost:8080/app/home

Any ideal? 

Thanks,

A.C.





-- 
View this message in context: 
http://www.nabble.com/t5%3A-dispatcher-not-fired-in-the-start-page-tp15912127p15912127.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to