After investigation, i fount that...
add(new AbstractDefaultAjaxBehavior()
{
private static final long serialVersionUID = 1L;
@Override
protected void respond(AjaxRequestTarget target)
{
Component component =
getLazyLoadComponent(LAZY_LOAD_COMPONENT_ID);
AjaxLazyLoadPanel.this.replace(component);
target.addComponent(AjaxLazyLoadPanel.this);
setState((byte)2);
}
................
...............
execution control is not return in respond(AjaxRequestTarget target) method
after page load... :(
please help me !!!
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Problem-with-AjaxLazyLoad-panel-in-IE7-and-IE8-tp2164997p2165386.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]