Author: gmaksimenko
Date: 2008-04-22 10:47:47 -0400 (Tue, 22 Apr 2008)
New Revision: 8062
Modified:
trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml
Log:
Add test for lang
Modified: trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml 2008-04-22
14:47:32 UTC (rev 8061)
+++ trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml 2008-04-22
14:47:47 UTC (rev 8062)
@@ -30,7 +30,8 @@
onmousedown="#{event.onmousedown}"
onmousemove="#{event.onmousemove}"
onmouseout="#{event.onmouseout}"
onmouseover="#{event.onmouseover}"
onmouseup="#{event.onmouseup}"
- binding="#{pickList.myPickList}">
+ binding="#{pickList.myPickList}"
+ lang="#{pickList.lang}">
<f:selectItem itemValue="selectItem" itemLabel="selectItem"
/>
<f:selectItem itemValue="selectItem 1" itemLabel="selectItem 1"
/>
<f:selectItem itemValue="selectItem 2" itemLabel="selectItem 2"
/>
Show replies by date