Hello,
I'm working with Alfresco 1.2 on Tomcat.
On my new custom type object, I've put a multi-valued property like this : [<property name="es:num_ateliers_prec"> <type>d:int</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>].
When I try to modify it, I've got the following message on my Tomcat Console : "WARN [component.property.UIProperty] Setting property {eurodoc.custom.model}num_ateliers_prec to read-only, it can not be edited as it is defined as multi-valued".
How can I do to add values to this property via the Alfresco Interface ?
Thank you for your help !!