Is it possible to embed a tabbed config within a RecordEditForm? I need to have a number of associated configuration items relate to one ‘parent’ config item.
I can see how this is possible if I go down the Wicket route, but I want to check if it is possible before I do that.
I guess it is possible to relate all of the different config items using reference fields, but I want to edit them all on the same page.