Author: gmaksimenko
Date: 2008-04-21 10:12:19 -0400 (Mon, 21 Apr 2008)
New Revision: 8007
Modified:
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml
Log:
Add test to Alt
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:12:06 UTC (rev 8006)
+++
trunk/test-applications/facelets/src/main/webapp/Combobox/ComboboxProperty.xhtml 2008-04-21
14:12:19 UTC (rev 8007)
@@ -64,6 +64,9 @@
<h:outputText value="align"></h:outputText>
<h:inputText value="#{combobox.align}"
onchange="submit();"></h:inputText>
+
+ <h:outputText value="alt"></h:outputText>
+ <h:inputText value="#{combobox.alt}"
onchange="submit();"></h:inputText>
</h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date