@Override
protected String afterUpdated() {
FacesContext fc = FacesContext.getCurrentInstance();
VariableResolver vr = fc.getApplication().getVariableResolver();
DcWebObject wo = (DcWebObject) vr.resolveVariable(fc, "webObject");
wo.loadChildren();
return back();
}
@SuppressWarnings("unchecked")