Author: gmaksimenko
Date: 2008-04-21 12:33:47 -0400 (Mon, 21 Apr 2008)
New Revision: 8036
Modified:
trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
Log:
Add test for converter
Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
16:33:16 UTC (rev 8035)
+++ trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
16:33:47 UTC (rev 8036)
@@ -11,9 +11,6 @@
<h:outputText value="filterNewValues"></h:outputText>
<h:selectBooleanCheckbox value="#{combobox.filterNewValues}"
onchange="submit();"></h:selectBooleanCheckbox>
- <h:outputText value="value"></h:outputText>
- <h:inputText value="#{combobox.value}"
onchange="submit();"></h:inputText>
-
<h:outputText value="tabindex"></h:outputText>
<h:inputText value="#{combobox.tabindex}"
onchange="submit();"></h:inputText>
Show replies by date