since the customCollectionEditor seems to create a new collection on bind at all times (replacing hibernate persistent collections) what are people doing to keep the persitent collection . Are people generally extending CustomCollectionEditor and creating some form of PersistentCollectionEditor where maybe a delete would be performed on the target collection then an add of the items ?

Thanks