Author: gmaksimenko
Date: 2008-04-21 10:12:06 -0400 (Mon, 21 Apr 2008)
New Revision: 8006
Modified:
trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
Log:
Add test to Alt
Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
14:11:53 UTC (rev 8005)
+++ trunk/test-applications/jsp/src/main/webapp/Combobox/ComboboxProperty.jsp 2008-04-21
14:12:06 UTC (rev 8006)
@@ -61,6 +61,8 @@
<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