On Fri, 02 Apr 2010 02:02:00 -0300, LiborGMC <l.pre...@gmc.net> wrote:

What I'm trying to do is create actionLink (which call handleAction in
Java). But before I handle this action I need some data on server. That is way I call submit form before event is propagated to server.

You're complicating your implementation beyond needed. What you're trying is to do two requests in sequence: one to submit the form, other to handle an event. This is very error-prone, as it relies on the ordering of the arrival of the. Just use a LinkSubmit: the form will be submitted and the selected event will be triggered in the same 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