Author: lfryc(a)redhat.com
Date: 2010-12-10 12:22:28 -0500 (Fri, 10 Dec 2010)
New Revision: 20507
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/treeAdaptors.xhtml
Log:
added rendered condition to allow treeNode attribute verification (RF-9698)
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/treeAdaptors.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/treeAdaptors.xhtml 2010-12-10
17:04:10 UTC (rev 20506)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/treeAdaptors.xhtml 2010-12-10
17:22:28 UTC (rev 20507)
@@ -80,7 +80,7 @@
rendered="#{richTreeModelRecursiveAdaptorBean.attributes['rendered'].value}"
- <rich:treeNode>
+ <rich:treeNode rendered="#{node.class.simpleName !=
'RecursiveNode' || node.number != 1 ||
richTreeNodeBean.attributes['rendered'].value}">
<a4j:outputPanel id="panel">
#{node.label}
</a4j:outputPanel>