First: I'm shocked that I have to ask this question. Nowhere in the docs does it explain how to use the new "WindowManager" ... I've been cheating around this for hours, and I still don't have a satismassive way to do something as trivial as this:
def vName = 'Error'
if (!app.views[vName]) {
buildMVCGroup(vName, vName, errorCode: 500, message: "fail detected ;-)")
}
I also need a good way to hide something like:
def view
def hideAction = {
}
Another way that makes me happy is the easy way, “when the user clicks OK (in the“ ErrorView ”, deletes this MVCGroup. I’ve been searching and reading examples for a long time, but still can’t figure out how to encode such a simple application stream hmm ...
Thanks so much in advance for any idea on how to do this, greetings