Issue Details (XML | Word | Printable)

Key: WW-1316
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: tm_jee
Reporter: tm_jee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts 2

Tree tag - setting some attribute have no effect.

Created: 20/May/06 11:07 PM   Updated: 21/May/06 12:21 AM
Component/s: Plugin - Tags
Affects Version/s: WW 2.2.1
Fix Version/s: 2.0.0


 Description  « Hide
- Tree tag - setting some attribute have no effect
- posible to make more attribute configurable at the tag eg. showGrid, showRootGrid, templateCssPath, etc.
- Tree tag not unit tested.
- "openAll" attribute is not used by dojo tree component.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
tm_jee added a comment - 21/May/06 12:21 AM
fixed.

changes are at :-

Added:
    struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/tree.css (with props)
    struts/action2/trunk/core/src/test/java/org/apache/struts/action2/views/jsp/ui/Category.java (with props)
    struts/action2/trunk/core/src/test/java/org/apache/struts/action2/views/jsp/ui/TreeTest.java (with props)
    struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-1.txt (with props)
    struts/action2/trunk/core/src/test/resources/org/apache/struts/action2/views/jsp/ui/tree-2.txt (with props)
Modified:
    struts/action2/trunk/core/src/main/java/org/apache/struts/action2/components/Tree.java
    struts/action2/trunk/core/src/main/java/org/apache/struts/action2/views/jsp/ui/TreeNodeTag.java
    struts/action2/trunk/core/src/main/java/org/apache/struts/action2/views/jsp/ui/TreeTag.java
    struts/action2/trunk/core/src/main/resources/META-INF/taglib.tld
    struts/action2/trunk/core/src/main/resources/template/ajax/tree.ftl
    struts/action2/trunk/core/src/main/resources/template/ajax/treenode.ftl