<-- Creating tree statically using hard-coded data. --> <s:tree id="..." label="..."> <s:treenode id="..." label="..." /> <s:treenode id="..." label="..."> <s:treenode id="..." label="..." /> <s:treenode id="..." label="..." /> </s:treenode> <s:treenode id="..." label="..." /> </s:tree> <-- Creating tree dynamically using data from backing action. --> <s:tree id="..." rootNode="..." nodeIdProperty="..." nodeTitleProperty="..." childCollectionProperty="..." />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|