Author: gmaksimenko
Date: 2008-04-21 09:51:16 -0400 (Mon, 21 Apr 2008)
New Revision: 7996
Modified:
trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
Log:
Add test for align
Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
13:51:03 UTC (rev 7995)
+++ trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
13:51:16 UTC (rev 7996)
@@ -57,6 +57,10 @@
<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:outputText value="#{combobox.bindLabel}"></h:outputText>
+
+ <h:outputText value="align"></h:outputText>
+ <h:inputText value="#{combobox.align}"
onchange="submit();"></h:inputText>
+
</h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date