Author: gmaksimenko
Date: 2008-04-21 05:34:00 -0400 (Mon, 21 Apr 2008)
New Revision: 7980
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
Log:
Add test for Binding
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-21
09:33:46 UTC (rev 7979)
+++
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-21
09:34:00 UTC (rev 7980)
@@ -57,6 +57,9 @@
<h:selectBooleanCheckbox value="#{combobox.required}"
onchange="submit();"></h:selectBooleanCheckbox>
<h:outputText value="requiredMessage"></h:outputText>
- <h:inputText value="#{combobox.requiredMessage}"
onchange="submit();"></h:inputText>
+ <h:inputText value="#{combobox.requiredMessage}"
onchange="submit();"></h:inputText>
+
+ <h:commandButton actionListener="#{combobox.checkBinding}"
value="Binding"></h:commandButton>
+ <h:outputText value="#{combobox.bindLabel}"></h:outputText>
</h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date