I would like to tell the web client to use a custom control to display
a custom association.
I tried to achieve this in a similar way to the <show-property>-tag, with
a component-generator.
Like:
<property-sheet>
<show-association name="assoc_document" component-generator="RepoBrowserGenerator"/>
</property-sheet>
Unfortunately, the config service completely ignores the 'component-generator' attribute.
Is there another way to formulate this?