> The problem is with validation because the list of failed elements
returned from the guideBridge validation method has ID's that don't
exist on the page, you can't use the somExpression to resolve the
element,I am still not getting, maybe some code you provide can be
helpful. With SomExpression you can get hold of the HTML element like
thisvar errors = []; guideBridge.validate(errors);
errors.forEach(function (error) { var field =
guideBridge.resolveNode(error.som); var $field = $(field.cssCla...