Kacheong Poon wrote: > Cathy Zhou wrote: > >> The implementation would be easiler just to make all of them as a single >> value, but use a delimiter to separate the modules. > > > Does this mean that this method can also be applied to other > properties which can take multiple values? If not, why? > I would think it can be used for other properties too, then the specific set() callback needs to separate each value by itself. One advantage of using the current approach (val_cnt > 1) is that we can make the most use of the general logic. For example, compare each value to the list of possible values to validate the value etc., which is not needed to the "autopush" property.
Thanks - Cathy
