01-08-2008 11:09 AM
<aspect name="ldap:contactsMultiples">
<title>Contacts LDAP (multiples)</title>
<properties>
<property name="ldap:searchStringMultiple">
<type>d:text</type>
<multiple>true</multiple>
</property>
</properties>
</aspect>
<config evaluator="aspect-name" condition="ldap:contactsMultiples">
<property-sheet>
<show-property
name="ldap:searchStringMultiple"
converter="MultipleLdapConverter"
component-generator="MultipleLdapGenerator"
display-label-id="ldap.aspect.title"
/>
</property-sheet>
</config>
<config name="node-type" condition="cm:object">
<property-sheet>
<show-aspect name="aspectName" component-generator="MyGeneratorBeanName"/>
</property-sheet>
</config>
to force the aspect to be displayed with my component generator but this is ignored so I guess this syntax is either incorrect or unsupported.04-28-2009 10:50 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.