> In the meantime, anyone have suggestions how to create a link to an > external web page that is only visible if the model is not null?
class MyExternalLink extends ExternalLink {
.... constructors ....
public boolean isVisible() {
return getModelObject() != null;
}
}
Eelco
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
