Hi all.

I am using wicket-animator and I have discovered today a conflict with
the wicket default component update via ajax.

If a single component is added to the AjaxRequestTarget and I append a
custom javascript via AjaxRequestTarget.appendJavascript() that affect
the same component, i.e. calling a animator.js function, the animation
does not start but the component is refreshed via the wicket standard
mechanism.

The order is: first I call addComponent and after the appendJavascript.

What I would like is that the component get the update and then my
custom javascript runs.

Any advice?

-- 
Daniele Dellafiore
http://blog.ildella.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to