Hi Can you say something more about what you mean by a dynamic number of properties. Do you mean a component that can have zero or more properties or do you mean a property that can have zero or more values.
If the latter then this is supported using a multi-values property (either an array or collection, e.g. list, in a Java component implementation). If you mean the former then I'm not sure. I think you would have to pretend by creating a multi-valued property with a type suitable to hold the dynamic list of properties you want to pass to the component. Regards Simon
