On Fri, 09 Mar 2012 10:31:48 -0300, csckid <testnowsh...@gmail.com> wrote:

I have created a text field dynamically using javascript.
How can I retrieve that textfield value in java file once a button is
clicked?

Use ComponentResources.createEventLink() to create an event, write some JavaScript that does an AJAX request containing the textfield value as a query parameter to the event URL and a Java method to handle this event.

--
Thiago H. de Paula Figueiredo
Consultor, desenvolvedor e instrutor em Java, Tapestry e Hibernate
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