Author: mvitenkov
Date: 2008-04-29 10:53:01 -0400 (Tue, 29 Apr 2008)
New Revision: 8328
Modified:
trunk/test-applications/facelets/src/main/webapp/DataTable/DataTable.xhtml
trunk/test-applications/facelets/src/main/webapp/DataTable/DataTableProperty.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/DataTable/DataTable.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DataTable/DataTable.xhtml 2008-04-29
14:49:15 UTC (rev 8327)
+++ trunk/test-applications/facelets/src/main/webapp/DataTable/DataTable.xhtml 2008-04-29
14:53:01 UTC (rev 8328)
@@ -78,7 +78,8 @@
var="table">
<h:column>
<rich:dataGrid id="c2" columns="2"
value="#{table.cells}"
- var="cell">
+ var="cell" binding="#{testBean.myDataGrid}"
border="12px" dir="RTL"
+ elements="#{testBean.elements}">
<h:outputLabel value="Value:" for="field" />
<h:inputText id="field" value="#{cell.value}"
required="true"/>
</rich:dataGrid>
Modified:
trunk/test-applications/facelets/src/main/webapp/DataTable/DataTableProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/DataTable/DataTableProperty.xhtml 2008-04-29
14:49:15 UTC (rev 8327)
+++
trunk/test-applications/facelets/src/main/webapp/DataTable/DataTableProperty.xhtml 2008-04-29
14:53:01 UTC (rev 8328)
@@ -29,5 +29,11 @@
<h:outputText value=" row 2 rendered" />
<h:selectBooleanCheckbox value="#{dataTable.r2rendered}"
onclick="submit();" />
+
+ <h:commandButton actionListener="#{testBean.checkBinding}"
value="DG_binding"></h:commandButton>
+ <h:outputText value="#{testBean.bindLabel}"></h:outputText>
+
+ <h:outputText value="elements:"></h:outputText>
+ <h:outputText value="#{testBean.elements}"></h:outputText>
</h:panelGrid>
</f:subview>
\ No newline at end of file