Author: lfryc(a)redhat.com
Date: 2011-01-19 12:41:40 -0500 (Wed, 19 Jan 2011)
New Revision: 21091
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/treeAdaptors.xhtml
Log:
rich:tree - loading facet renamed to handleLoading
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml 2011-01-19
17:36:55 UTC (rev 21090)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/simple.xhtml 2011-01-19
17:41:40 UTC (rev 21091)
@@ -102,7 +102,7 @@
labelClass="#{richTreeNodeBean.attributes[0]['labelClass'].value}"
styleClass="#{richTreeNodeBean.attributes[0]['styleClass'].value}"
- <f:facet name="loading">
+ <f:facet name="handleLoading">
<h:graphicImage value="/resources/images/loading.gif"
rendered="#{richTreeBean.testLoadingFacet}" />
</f:facet>
#{node.name}
@@ -119,7 +119,7 @@
labelClass="#{richTreeNodeBean.attributes[1]['labelClass'].value}"
styleClass="#{richTreeNodeBean.attributes[1]['styleClass'].value}"
- <f:facet name="loading">
+ <f:facet name="handleLoading">
<h:graphicImage value="/resources/images/loading.gif"
rendered="#{richTreeBean.testLoadingFacet}" />
</f:facet>
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 2011-01-19
17:36:55 UTC (rev 21090)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTree/treeAdaptors.xhtml 2011-01-19
17:41:40 UTC (rev 21091)
@@ -102,7 +102,7 @@
iconClass="#{richTreeNodeBean.attributes[0]['iconClass'].value}"
labelClass="#{richTreeNodeBean.attributes[0]['labelClass'].value}"
styleClass="#{richTreeNodeBean.attributes[0]['styleClass'].value}">
- <f:facet name="loading">
+ <f:facet name="handleLoading">
<h:graphicImage value="/resources/images/loading.gif"
rendered="#{richTreeBean.testLoadingFacet}" />
</f:facet>
<a4j:outputPanel id="panel">
@@ -141,7 +141,7 @@
labelClass="#{richTreeNodeBean.attributes[1]['labelClass'].value}"
styleClass="#{richTreeNodeBean.attributes[1]['styleClass'].value}"
- <f:facet name="loading">
+ <f:facet name="handleLoading">
<h:graphicImage value="/resources/images/loading.gif"
rendered="#{richTreeBean.testLoadingFacet}" />
</f:facet>
#{node.label}