That looks good to me; the question is where this module class lives
and is it being loaded?

I.e. if you created a library to contain this module, that libarie's
module may not be loaded. Look at the startup output in the console
(in 5.1) to see which modules are being loaded and check the
documentation to choose the right way to ensure your module is being
loaded.

On Mon, Jun 1, 2009 at 12:09 PM, zack1403 <zack.mann...@gmail.com> wrote:
>
> hey guys I'm still having this issue.  Am I implementing my dispatcher
> incorrectly?
>
> The code below works for every page but the root url
> (http://localhost/mycontext/):
>
> public void contributeMasterDispatcher(OrderedConfiguration<Dispatcher>
> configuration) {
>        configuration.addInstance("AuthDispatcher", AuthDispatcher.class,
> "before:*");
>    }
> --
> 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 archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry
Director of Open Source Technology at Formos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to