marked attribute don't work on tc:treeNode with renderedPartially in
tc:treeCommand
-----------------------------------------------------------------------------------
Key: TOBAGO-1066
URL: https://issues.apache.org/jira/browse/TOBAGO-1066
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 1.5.0
Environment: Tomcat 5.5
Reporter: Andreas Precht
Sample:
<tc:tree showRoot="false">
<tc:treeData var="node"
value="#{helpBean.tree}">
<tc:treeNode
expanded="#{node.expanded}"
marked="#{node.highlighted}">
<tc:treeIndent />
<tc:treeIcon />
<tc:treeLabel value="#{node.userObject.label}"
rendered="#{not node.leaf}" />
<tc:treeCommand label="#{node.userObject.label}"
actionListener="#{node.actionListener}"
rendered="#{node.leaf}" immediate="true">
<tc:attribute name="renderedPartially" value=":::::helpframe" />
</tc:treeCommand>
</tc:treeNode>
</tc:treeData>
</tc:tree>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira