Hi

If the block returned by the 'ajax action' contains Javascript then it's
called by Tapestry on zone refresh (via RenderSupport)

Also, use @InjectComponent to obtain new component's client ids.

Regards,
Christophe.

Developer of wooki @wookicentral.com


2010/2/2 Jagadesh Paladugula <jagadeshpaladug...@gmail.com>

> Hi
>
> I have a form inside a zone. When ever page gets rendered for first time, I
> have some javascript which gets executed based on *form id*, which helps me
> in submitting the form.
>
> But, When I update the zone, ids of the form and elements are getting
> changed dynamically. As the *form id changed*, my javascript is not getting
> executed. Is there any way *not to change the ids* when ever zone is
> updated. (or) Is there a way to *execute some javascript after updating the
> zone.*
>
> --
> Regards
> Jagadesh
>

Reply via email to