I do something similar ... in fact I have created a mixin which I call
AjaxDelegate ... it basically wires up elements so that a client side event
on one component invokes a click event on a hidden submit button

Toby

2009/11/18 Thiago H. de Paula Figueiredo <thiag...@gmail.com>

> Em Wed, 18 Nov 2009 11:22:03 -0200, Ilya Obshadko <ilya.obsha...@gmail.com>
> escreveu:
>
>  ... anybody?
>>
>
> I would add a non-visible submit button (not the Submit component, an
> ordinary <input type="submit">) and then invoke submit.click(). That's what
> worked with AJAX submissions for me.
>
> --
> 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