Author: gmaksimenko
Date: 2008-04-22 10:48:11 -0400 (Tue, 22 Apr 2008)
New Revision: 8065
Modified:
trunk/test-applications/facelets/src/main/webapp/PickList/PickListProperty.xhtml
Log:
Add test for lang
Modified:
trunk/test-applications/facelets/src/main/webapp/PickList/PickListProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/PickList/PickListProperty.xhtml 2008-04-22
14:47:58 UTC (rev 8064)
+++
trunk/test-applications/facelets/src/main/webapp/PickList/PickListProperty.xhtml 2008-04-22
14:48:11 UTC (rev 8065)
@@ -71,6 +71,9 @@
<h:commandButton actionListener="#{pickList.checkBinding}"
value="Binding"></h:commandButton>
<h:outputText
value="#{pickList.bindLabel}"></h:outputText>
+
+ <h:outputText value="lang"></h:outputText>
+ <h:inputText value="#{pickList.lang}"
onchange="submit();"></h:inputText>
</h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date