How to use guideBridge.validate([], <some-expression>) ?
I'm using guideBridge.validate([], <some-expression>) 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, <some-expression>) ;
Result will only contain errors referring to children of the node identified by <som-expression>. But in the DOM all fields of the form, whose validation fails, will be updated (with css class 'failure').