On Fri, 12 Feb 2010 07:33:09 -0200, Jux <j...@hot.ee> 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 to know what parameters were submitted.

As Kristian said, this can be caused by Tapestry using redirect-after-post. A form submission is handled in two requests: the same actually handles the submission and returns a redirect to a page which is rendered in a second request.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to