|
|||
TAG LIBRARIES: <netui> | <netui-data> | <netui-template> | |||
DETAIL: Syntax | Description | Attributes | Example | Implementing Class: org.apache.beehive.netui.tags.databinding.xml.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.
Syntax |
<netui-data:serializeXML
divName="divName"
source="source" />
Description |
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 |
|
||||||
source |
|
|
|||
TAG LIBRARIES: <netui> | <netui-data> | <netui-template> | |||
DETAIL: Syntax | Description | Attributes | Example | Implementing Class: org.apache.beehive.netui.tags.databinding.xml.SerializeXML |