You make you panel invisible (first time when you create it), but where are
you make it visible?

The idea is to override 

public boolean isVisible() {
        return !commentDomainList().isEmpty();
}

in your panel.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/setOutputMarkupPlaceholderTag-not-working-to-render-panel-with-setvisible-false-tp4650313p4650318.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