Author: gmaksimenko
Date: 2008-04-21 05:32:07 -0400 (Mon, 21 Apr 2008)
New Revision: 7977
Modified:
trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
Log:
Add test for Binding
Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
09:31:53 UTC (rev 7976)
+++ trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
09:32:07 UTC (rev 7977)
@@ -54,6 +54,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