This JSP function gets the value of the binding string provided from the YFCElement provided.
String resolveValue(String binding)
binding - Required. Binding string. Binding string can contain the namespace.
This example shows how this function is used to resolve the value pointed to by a binding string.
<%
String reqshipdate=resolveValue("xml:OrderEntry:/Order/@ReqShipDate");
%>