WW-1813 Tree Tag's treeSelectedTopic attribute doesn't work.

* Fix tree tag topic notification
* Fix showcase examples

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@528868 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2007-04-14 20:19:55 +00:00
parent bcbb6cc637
commit fff62915b3
@@ -37,9 +37,9 @@ import com.opensymphony.xwork2.util.ValueStack;
*
* Renders a tree widget with AJAX support.<p/>
*
* The id attribute is normally specified, such that it could be looked up using
* javascript if necessary. The id attribute is required, if the "treeSelectedTopic"
* is going to be used.<p/>
* The "id "attribute is normally specified, such that it could be looked up using
* javascript if necessary. The "id" attribute is required if the "treeSelectedTopic"
* attribute is going to be used.<p/>
*
* <!-- END SNIPPET: javadoc -->
*