Re: [t5] Contributed master dispatcher not dispatching root url requests

2009-06-01 Thread zack1403
;> >> public void contributeMasterDispatcher(OrderedConfiguration >> configuration) { >>        configuration.addInstance("AuthDispatcher", AuthDispatcher.class, >> "before:*"); >>    } >> -- >> View this message in context: >> http://www.nabbl

Re: [t5] Contributed master dispatcher not dispatching root url requests

2009-06-01 Thread Howard Lewis Ship
(http://localhost/mycontext/): > > public void contributeMasterDispatcher(OrderedConfiguration > configuration) { >        configuration.addInstance("AuthDispatcher", AuthDispatcher.class, > "before:*"); >    } > -- > View this message in context: > ht

Re: [t5] Contributed master dispatcher not dispatching root url requests

2009-06-01 Thread zack1403
hey guys I'm still having this issue. Am I implementing my dispatcher incorrectly? -- View this message in context: http://www.nabble.com/-t5--Contributed-master-dispatcher-not-dispatching-root-url-requests-tp23734225p23820220.html Sent from the Tapestry - User mailing list archi

Re: [t5] Contributed master dispatcher not dispatching root url requests

2009-05-26 Thread zack1403
http://www.nabble.com/-t5--Contributed-master-dispatcher-not-dispatching-root-url-requests-tp23734225p23735090.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestr

Re: [t5] Contributed master dispatcher not dispatching root url requests

2009-05-26 Thread Thiago H. de Paula Figueiredo
Em Tue, 26 May 2009 22:04:15 -0300, zack1403 escreveu: For authentication I have contributed a master dispatcher to be called before:RootPath. Try before:* and tell us if it solves your problem. It's possible that PageRenderDispatcher is being invoked before yours. Take a look at the me

[t5] Contributed master dispatcher not dispatching root url requests

2009-05-26 Thread zack1403
it does at every other request. The dispatcher works fine except for my root url. Is there a better time to have the dispatcher called? Zack -- View this message in context: http://www.nabble.com/-t5--Contributed-master-dispatcher-not-dispatching-root-url-requests-tp23734225p23734225.html Sent