Using dynamic models
To use dynamic models XmlDataSource tag must be replaced by datamodel. The datamodel tag has the following attributes:
Attribute
|
Usage
|
---|---|
id |
ZK Identifier |
className |
root DataNode class name |
src |
XML resource name for XML dynamic data model |
rootNode | Root node type for dynamic data model |
className usage is not compatible with src and rootNode attributes.
rootNode attribute is mandatory when using XML dynamic data models.