My bad, I was not using Value[] to set the multi-valued property.
-----Original Message----- From: Mohinder Singh [mailto:[email protected]] Sent: Friday, September 11, 2009 2:05 PM To: [email protected] Subject: Unable to create custom node type with multiple set to 'true' Hi, Following snippet from my custom node type definition xml, does not work if I replace multiple="false" by multiple="true". With multiple set to true, it simply skips sw:keywords definition. Any ideas? Thanks, M Singh <propertyDefinition name="sw:keywords" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="COPY" protected="false" multiple="false"/>
