I'm using guideBridge.validate([], ) and I've expected
that children of other panels than the one identified with the
SOM-expression would not be validated (as described in Doc). But that's
not case.var result = [];guideBridge.validate(result, )
; Result will only contain errors referring to children of the node
identified by . But in the DOM all fields of the form,
whose validation fails, will be updated (with css class 'failure').