if (inline || !validForDispatching) {
Container top = getContentPane();
// always validate here, since we are never in the case of just rerendering (we are in the bg iframe)
ValidatingVisitor vv = new ValidatingVisitor(gsettings, jsAndCssAdder);
ComponentTraverser ct = new ComponentTraverser(vv, top, false);
ct.visitAll(ureq);
wbackofficeImpl.fireCycleEvent(Window.AFTER_VALIDATING);
//fire possible OLDTIMESTAMPCALL after validation
//validation does a voting about where the GUIMsg is rendered
if(!validForDispatching){
// not valid: fire oldtimestamp event and later rerender