The isVisible():
assetLookupOptionsFP = new
FeedbackPanel("assetLookupOptionsFP"){
private static final long serialVersionUID = 1L;
@Override
public boolean isVisible() {
if (anyMessage()){
return true;
} else {
return false;
}
}
};-- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
