On Mon, 07 Nov 2011 20:41:12 -0200, bogdan_cm <bogdan.iva...@rbccm.com> wrote:

Hi All,

Hi!

Tap built in Ajax Support. The problem with this though, is how do I add
what the user entered as text to the context of the link. How to make the
user entered text reach the EventLink's method parameter.

Send the text URL encoded as a request parameter instead of using the event context: onEvent(@RequestParameter("queryParameterName") typed) { ... }. When the data to be posted is defined client-side, query parameters are the way to go.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, 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