11-10-2008 08:57 AM
11-10-2008 10:24 AM
11-11-2008 01:41 AM
11-11-2008 03:31 AM
11-11-2008 05:35 AM
If you have your own custom properties (defined in an aspect), then you will need to edit web-client-config-custom.xml so that those properties show up in the UI.
11-11-2008 07:53 AM
<bean class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="properties">
<props>
<prop key="namespace.prefix.cm">http://www.alfresco.org/model/content/1.0</prop>
<prop key="author">cm:author</prop>
<prop key="title">cm:title</prop>
<prop key="description">cm:description</prop>
</props>
</property>
</bean>
11-11-2008 11:49 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.