[
https://issues.apache.org/jira/browse/TOBAGO-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Schnurpfeil resolved TOBAGO-1066.
-------------------------------------
Resolution: Fixed
Fixing style and JS
> 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: Themes
> Affects Versions: 1.5.0
> Environment: Tomcat 5.5
> Reporter: Andreas Precht
> Assignee: Udo Schnurpfeil
> Priority: Trivial
> Fix For: 1.5.1
>
>
> 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