Thanks for you reply.

Unfortunately jQuery did't help.

My new code:
String script = "$('#corruptedPackagesDiv').scroll(function(){" //
            + "var var1 = $('#corruptedPackagesDiv').scrollTop();" //
            + "var var2 = $('#corruptedPackagesDiv').height();" //
            + "var var3 = $('#" + table.getMarkupId() + "').outerHeight();"
//
            + "if((var1 + var2) == var3){" //
            + generateCallbackScript("wicketAjaxGet('" + getCallbackUrl() +
"'") //
            + "}});";
and in HTML:
<wicket:head>
        
        
</wicket:head>

but nothing changed for IE.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/IE-call-wicket-twice-from-JS-tp3519995p3521911.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to