Author: musachy Date: Sat Apr 14 13:19:55 2007 New Revision: 528868 URL: http://svn.apache.org/viewvc?view=rev&rev=528868 Log: WW-1813 Tree Tag's treeSelectedTopic attribute doesn't work. * Fix tree tag topic notification * Fix showcase examples
Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java?view=diff&rev=528868&r1=528867&r2=528868 ============================================================================== --- struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java (original) +++ struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Tree.java Sat Apr 14 13:19:55 2007 @@ -37,9 +37,9 @@ * * 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 --> *