Happily, we fixed this IE7-only problem.

All we had to do was add the top-level Repeater (containing all the panels)
to the Ajax target of the AjaxCheckbox triggering the visibility of these
child panels.

final AjaxCheckBox HQUserCheckBox = new AjaxCheckBox("HQUser", new
PropertyModel(formObject, "HQUser")) {
  
    //...
    arg0.addComponent(repeaterWrapper);

}



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Spacing-IE7-Issue-when-doing-Wicket-setVisible-on-WebMarkupContainer-tp4661733p4661759.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]

Reply via email to