netui-data
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="string_divName"
source="object_source" >
... JSP content ...
</netui-data:serializeXML>
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 | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Set the name of the div into which this XML will be rendered. |
source |
Required: Yes | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Set the source document to be serialized. The object referenced here should be an instance of
.. |
Tag Information |
Tag Class | org.apache.beehive.netui.tags.databinding.xml.SerializeXML |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |