Hi;

When i append jquery progressbar script to AjaxRequestTarget like below

 for (int i = 0; i < 101; i++) {

            ajaxRequestTarget.appendJavascript("$(document).ready(function() 
{\n" +
                    "            $(\"#progressbar\").progressbar({ value: " + i 
+ " });\n" +
                    "        });");

             // .... other stuff
}


Wicket sends it to the server, but i need to flush that jquery script code in 
order to work progressbar. 

Any suggestions ?

Thanks.

Reply via email to