// the Wicket ajax callbacks will have just started to hide the veil
// we now show it once more, so that a veil continues to be shown until the
// new page is rendered.
target.appendJavaScript("isisShowVeil();\n");
send(getPage(), Broadcast.EXACT, new IsisActionCompletedEvent(getActionModel(), target, form));
target.add(form);
} else {
if (actionPromptIfAny != null) {