Author: lfryc(a)redhat.com
Date: 2010-07-10 15:35:54 -0400 (Sat, 10 Jul 2010)
New Revision: 17854
Modified:
root/tests/metamer/trunk/src/main/webapp/components/richDataScroller/simple.xhtml
Log:
forgotten adding .value suffix for EL expressions when refactoring attributes
Modified:
root/tests/metamer/trunk/src/main/webapp/components/richDataScroller/simple.xhtml
===================================================================
---
root/tests/metamer/trunk/src/main/webapp/components/richDataScroller/simple.xhtml 2010-07-10
19:35:29 UTC (rev 17853)
+++
root/tests/metamer/trunk/src/main/webapp/components/richDataScroller/simple.xhtml 2010-07-10
19:35:54 UTC (rev 17854)
@@ -103,25 +103,25 @@
<f:facet name="footer">
<rich:dataScroller id="scroller2"
-
boundaryControls="#{richDataScrollerBean.attributes['boundaryControls']}"
-
dataTable="#{richDataScrollerBean.attributes['dataTable']}"
-
fastControls="#{richDataScrollerBean.attributes['fastControls']}"
-
fastForward="#{richDataScrollerBean.attributes['fastForward']}"
-
fastRewind="#{richDataScrollerBean.attributes['fastRewind']}"
-
fastStep="#{richDataScrollerBean.attributes['fastStep']}"
-
first="#{richDataScrollerBean.attributes['first']}"
+
boundaryControls="#{richDataScrollerBean.attributes['boundaryControls'].value}"
+
dataTable="#{richDataScrollerBean.attributes['dataTable'].value}"
+
fastControls="#{richDataScrollerBean.attributes['fastControls'].value}"
+
fastForward="#{richDataScrollerBean.attributes['fastForward'].value}"
+
fastRewind="#{richDataScrollerBean.attributes['fastRewind'].value}"
+
fastStep="#{richDataScrollerBean.attributes['fastStep'].value}"
+
first="#{richDataScrollerBean.attributes['first'].value}"
for="richDataTable"
-
iterationState="#{richDataScrollerBean.attributes['iterationState']}"
-
last="#{richDataScrollerBean.attributes['last']}"
-
lastPageMode="#{richDataScrollerBean.attributes['lastPageMode']}"
-
localPageSet="#{richDataScrollerBean.attributes['localPageSet']}"
-
maxPages="#{richDataScrollerBean.attributes['maxPages']}"
+
iterationState="#{richDataScrollerBean.attributes['iterationState'].value}"
+
last="#{richDataScrollerBean.attributes['last'].value}"
+
lastPageMode="#{richDataScrollerBean.attributes['lastPageMode'].value}"
+
localPageSet="#{richDataScrollerBean.attributes['localPageSet'].value}"
+
maxPages="#{richDataScrollerBean.attributes['maxPages'].value}"
page="#{richDataScrollerBean.page}"
-
pageCount="#{richDataScrollerBean.attributes['pageCount']}"
-
rendered="#{richDataScrollerBean.attributes['rendered']}"
-
render="#{richDataScrollerBean.attributes['render']}"
-
rowCount="#{richDataScrollerBean.attributes['rowCount']}"
-
scrollerListeners="#{richDataScrollerBean.attributes['scrollerListeners']}"
+
pageCount="#{richDataScrollerBean.attributes['pageCount'].value}"
+
rendered="#{richDataScrollerBean.attributes['rendered'].value}"
+
render="#{richDataScrollerBean.attributes['render'].value}"
+
rowCount="#{richDataScrollerBean.attributes['rowCount'].value}"
+
scrollerListeners="#{richDataScrollerBean.attributes['scrollerListeners'].value}"
/>
</f:facet>