Hello Isis Users,
I'm a first-time user with likely a naive question. I'm using Isis 1.40 and the
Wicket viewer. I defined an action for a (parent) entity that allows the user
to create a child (1-M) object and add it to a collection in the parent. When
the user fills out the required child fields and presses the OK button in the
modal dialog window, the view switches to a page with a message ("No results")
under a title ("Add a <name of child entity>"). I wrote the action to return
void and I thought this would allow the action to return the user to the parent
entity detail (or edit) page, which is what I desire. I've implemented the
mutual registration pattern and the child object is being added to the parent's
collection just fine. Any ideas on what I'm missing?
Thanks in advance.
John