03-23-2006 06:06 AM
03-23-2006 07:04 AM
<a:booleanEvaluator value='#{NavigationBean.currentNode.aspects["translatable"] != null}'>
<some-component/>
</a:booleanEvaluator>
03-23-2006 07:18 AM
03-23-2006 07:56 AM
<a:booleanEvaluator value="#{r.aspects == null}">
<a:actionLink value="#{msg.espanol}" image="/images/icons/flag-es.gif" showLink="false" styleClass="inlineAction" />
</a:booleanEvaluator>
03-23-2006 08:44 AM
public void setupCommonBindingProperties(Node node)
node.addPropertyResolver("aspects", this.resolverAspects);
public NodePropertyResolver resolverAspects= new NodePropertyResolver() {
public Object get(Node node) {
return node.getAspects();
}
};
03-24-2006 04:39 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.