<netui-data:serializeXML> Tag
A tag that serializes an XMLBean into the output of a JSP page in order to move data to the browser for data binding.
<netui-data:serializeXML
divName="divName"
source="source" />
A tag that serializes an XMLBean into the output of a JSP page in order to move data to the browser for data binding.
Attributes |
divName |
Required: Yes | Supports
runtime evaluation / JSP Expression Language: Yes |
|
Set the name of the div into which this XML will be rendered. |
source |
Required: Yes | Supports
runtime evaluation / JSP Expression Language: Yes |
|
Set the source document to be serialized. The object referenced here should be an instance of
org.apache.xmlbeans.XmlObject
.
|