Currently , component visible is defined by a eager evaluated boolean value

public final Component setVisible(final boolean visible)

Is it able to make it accept IModel<Boolean> ?
(so that we can lazy evaluated the value)

Thanks.

Reply via email to