This is how the the Dispatcher (AccessController) is set up:

public static void bind(ServiceBinder binder) {
                binder.bind(AccessController.class).withId("AccessController");
}

Shouldn't that work?



kristian.marinkovic wrote:
> 
> how is your dispatcher contributed?
> 
> if it only works on the first request and not on the 
> second request your dispatcher is probably  not 
> contributed to the right location.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Post-parameters-get-removed-from-Request-object-tp27560511p27564201.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

Reply via email to