I'd like to perform some operations on textfields' values.I cannot do these if the value of these is empty.To clarify, I have a textfields with binding pointing to xml data.So in binding I have somthing like $.root.branch.element.And xml like<root><branch><element>value</element></branch></root>If v...