A more general purpose way to trigger an AJAX zone update is to
include an empty t:form (with style="display:none") and the do $
('myFormId').submit() from any JavaScript method you'd create that
needs to trigger an event. Somewhat of a hack, but I've been using
this a lot for many different
This has been asked several times in the last weeks.
U can use chenillikit's onEvent mixin:
http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html
or do something like: http://tinybits.blogspot.com/
2009/8/19 Sergey Kashin :
> Hello!
>
> In tapestry 4