final OneToManyAssociation otma = (OneToManyAssociation) association;
final CollectionPanel collectionPanel = new CollectionPanel(ID_COLLECTION, entityModel, otma);
labelComponent = collectionPanel.createLabel(ID_COLLECTION_NAME, association.getName());
fieldset.add(labelComponent);
fieldset.addOrReplace(collectionPanel);
}