NetUI Tag Library Documentation (Version 1.0.2)

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.

Syntax

<netui-data:serializeXML
    divName="string_divName"
    source="object_source" >
    ... JSP content ...
</netui-data:serializeXML>

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
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 Classorg.apache.beehive.netui.tags.databinding.xml.SerializeXML
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone