This JSP function XML binds text input fields when modification rules need to be considered.
String yfsGetTextOptions(String name, String allowModBinding)
String yfsGetTextOptions(String name, String value, String allowModBinding)
String yfsGetTextOptions(String name, String value, String defaultValue, String allowModBinding)
name - Required. Path in the target XML to which the value in the input text is sent when the form is posted. Through the Service Definition Framework, the target XML is then passed to the appropriate API.
value - Required. Specifies what to display as the input text. Can be a binding or a literal.
defaultValue - Required. This can be a binding or a literal that is defaulted to in the case that the value binding returns nothing.
allowModBinding - Required. This is a binding string that points to a set of elements containing modification types that are permitted for the current status.
<input type="text" <%=yfsGetTextOptions("xml:/Order/@ReqShipDate",
"xml:/Order/AllowedModifications")%>/>