cancel
Showing results for 
Search instead for 
Did you mean: 

Question about multi-valued properties

xine
Champ in-the-making
Champ in-the-making
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 !!
2 REPLIES 2

gavinc
Champ in-the-making
Champ in-the-making
As the warning indicates, version 1.2 does not support the editing of multi-valued properties.

This feature has been added to 1.3, you can either wait for the release (currently scheduled for the end of next month) or get the latest source code from SVN.

xine
Champ in-the-making
Champ in-the-making
OK !!!

In a first time, I will get the latest source code.

Thank you very much !!!