ResolveValue
You can review the details about the resolveValue JSP function.
Description
This JSP function gets the value of the binding string provided from the YFCElement provided.
Syntax
String resolveValue(String binding)
Input parameters
binding - Required. Binding string. Binding string can contain the namespace.
Example
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");
%>