On Fri, 12 Sep 2014 04:44:36 -0300, squallmat . <squall...@gmail.com> wrote:

My data are in a form with many others data, If I submit I will Post them. What are the other ways to do that ?

You wouldn't be able to use EventLink or ActionLink. You'd need to write custom JavaScript to build an AJAX URL with the values of the checkboxes as query parameters. Then, in the event handler method, you'd need to read these values and set the corresponding page or component class fields yourself.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.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