Replied too quickly.. > You should therefore: > a) create a ComponentFactory, similar to [1] > b) register that ComponentFactory, typically by adding to > META-INF/services [2]
As I said, I am doing this, I think. The extra bit that I am adding in is that I am hard-coding the wicket Palette component - and the choices are being provided by manually grabbing the underlying domain class (via the form's getObject() and casting it), and fetching the collection in question. I'll read the Isis wicket viewer documentation some more - I think I actually want a new panel (which is used to render the ??whatever I call this?? where-ever it appears), instead of a whole new custom form. Thanks, Kevin
