Re: Dispatcher doesn't get called in default start page

2008-05-19 Thread Hugo Palma
Yep, using "before:RootPath" as a constraint when registering my Dispatcher did the trick. Thanks. Chris Lewis wrote: > Hi, > > This is probably correct. The handling of 'mapping' your app's default > page is also accomplished by a dispatcher. I /think/ its name is > 'RootDispatcher' but don't qu

Re: Dispatcher doesn't get called in default start page

2008-05-19 Thread Chris Lewis
Hi, This is probably correct. The handling of 'mapping' your app's default page is also accomplished by a dispatcher. I /think/ its name is 'RootDispatcher' but don't quote me on that - look for details in TapestryModule. If you want your dispatcher to fire first you'll need to place it :before th