Try:

jsSupport.addScript("someFunction('%s')", someVar)

On Sunday, 12 February 2012, Михаил Слободянюк <slobodyanu...@gmail.com>
wrote:
> Hi!
>
> I use JQuery-UI for styling Tapestry. In JS modify styles presetted on
> Grid. But after inplace update styles resetted.
> I wroute method in my page
>
> void onInplaceUpdateFromGrid(String zone){
>        ajaxResponseRenderer.addCallback(new JavaScriptCallback() {
>
>            public void run(JavaScriptSupport javascriptSupport) {
>
>                javascriptSupport.addInitializerCall("updateGrid","");
>            }
>        });
> }
>
> It's called, but response not contain call of updateGrid.
>
> Where i am wrong?
>
> Mihail.
>

Reply via email to