Re: Post parameters get removed from Request object

2010-02-12 Thread Thiago H. de Paula Figueiredo
On Fri, 12 Feb 2010 12:16:45 -0200, Jux wrote: 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? If it wasn't added to the Maste

Re: Post parameters get removed from Request object

2010-02-12 Thread Jux
ntributed? > > 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-tp275605

Re: Post parameters get removed from Request object

2010-02-12 Thread Thiago H. de Paula Figueiredo
On Fri, 12 Feb 2010 07:33:09 -0200, Jux wrote: I also must add, that even though in Dispatcher, the request object have 0 parameters, the form gets submitted with all the right data in the application. I just want to add some additional application logic in the dispatcher and there I need

Re: Post parameters get removed from Request object

2010-02-12 Thread Jux
message in context: http://old.nabble.com/Post-parameters-get-removed-from-Request-object-tp27560511p27560881.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Post parameters get removed from Request object

2010-02-12 Thread Kristian Marinkovic
request. g, kris Jux 12.02.2010 10:21 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Re: Post parameters get removed from Request object In my .tml I have a element and inside that I have a custom component that just writes html: That co

Re: Post parameters get removed from Request object

2010-02-12 Thread Jux
12.02.2010 09:58 > Bitte antworten an > "Tapestry users" > > > An > users@tapestry.apache.org > Kopie > > Thema > Post parameters get removed from Request object > > > > -- View this message in context: http://old.nabble.com/Post-para

Re: Post parameters get removed from Request object

2010-02-12 Thread Kristian Marinkovic
hi, can you post some code? how is your dispatcher contributed? g, kris Jux 12.02.2010 09:58 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Post parameters get removed from Request object Hi I am not Tapestry developer and don

Post parameters get removed from Request object

2010-02-12 Thread Jux
just running. So, any light on that one? Is it a known issue? -- View this message in context: http://old.nabble.com/Post-parameters-get-removed-from-Request-object-tp27560511p27560511.html Sent from the Tapestry - User mailing list archive at Nabbl