Author: mvitenkov
Date: 2008-07-18 06:43:10 -0400 (Fri, 18 Jul 2008)
New Revision: 9677
Modified:
trunk/test-applications/facelets/src/main/webapp/Validator/ValidatorProperty.xhtml
Log:
Modified:
trunk/test-applications/facelets/src/main/webapp/Validator/ValidatorProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Validator/ValidatorProperty.xhtml 2008-07-18
10:41:17 UTC (rev 9676)
+++
trunk/test-applications/facelets/src/main/webapp/Validator/ValidatorProperty.xhtml 2008-07-18
10:43:10 UTC (rev 9677)
@@ -70,12 +70,12 @@
<h:panelGrid columns="2" border="2"
style="float:top;">
- <h:commandButton actionListener="#{data.checkBinding}"
+ <h:commandButton actionListener="#{dataValidator.checkBinding}"
value="Binding" />
- <h:outputText value="#{data.bindLabel}" />
+ <h:outputText value="#{dataValidator.bindLabel}" />
<h:outputText value="rendered" />
- <h:selectBooleanCheckbox value="#{data.rendered}"
+ <h:selectBooleanCheckbox value="#{dataValidator.rendered}"
onchange="submit();" />
</h:panelGrid>
Show replies by date