mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Minor JavaDoc cleanup.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@628341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -61,17 +61,17 @@ import com.opensymphony.xwork2.util.ValueStack;
|
||||
* <pre>
|
||||
* <!-- START SNIPPET: example -->
|
||||
*
|
||||
* <-- statically -->
|
||||
* <-- 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="..." />
|
||||
* &;lt;/s:treenode>
|
||||
* </s:treenode>
|
||||
* <s:treenode id="..." label="..." />
|
||||
* </s:tree>
|
||||
*
|
||||
* <-- dynamically -->
|
||||
* <-- Creating tree dynamically using data from backing action. -->
|
||||
* <s:tree
|
||||
* id="..."
|
||||
* rootNode="..."
|
||||
|
||||
Reference in New Issue
Block a user