You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Josh Kamau <jo...@gmail.com> on 2011/11/18 17:45:40 UTC

Updating a zone on any event

Hi there ;

Is there plans of developing a zone updating feature that responds to any
client side event. e.g i would like to execute some server side code when a
textfield is changed, blurred, focused... any event that the dom supports,
then update a zone. I know its possible to do it by writing some
javascript. I have a wicket background and am used to doing something like
component.add(new AjaxFormComponentBehavior("onfocus")) (i cant remember
the exact method name.) .

Regards

Josh.