i would google around for other people trying to do this with JS, doesnt seem like a wicket problem.
-igor On Sat, May 14, 2011 at 12:51 AM, vov <[email protected]> wrote: > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
