> Hmm... I'd have expected instead that the EntityCollectionModel would > already be created by the owning form, and all you need to do is make > your new widget's ComponentFactory available available to do the rendering.
This is probably just a misunderstanding - I was using a modified version of the claims wizard (and related classes) to hard-code rendering of the Palette component. > You should therefore: > a) create a ComponentFactory, similar to [1] > b) register that ComponentFactory, typically by adding to > META-INF/services [2] I'll look into this - for a more general panel solution. Thanks, Kevin
