Author: gmaksimenko
Date: 2008-04-21 10:02:12 -0400 (Mon, 21 Apr 2008)
New Revision: 8000
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
Log:
Add test for align
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-21
14:02:04 UTC (rev 7999)
+++
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-21
14:02:12 UTC (rev 8000)
@@ -60,6 +60,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