Author: gmaksimenko
Date: 2008-04-21 05:31:53 -0400 (Mon, 21 Apr 2008)
New Revision: 7976
Modified:
trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.jsp
Log:
Add test for Binding
Modified: trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.jsp 2008-04-21 09:31:42
UTC (rev 7975)
+++ trunk/test-applications/jsp/src/main/webapp/Combobox/Combobox.jsp 2008-04-21 09:31:53
UTC (rev 7976)
@@ -16,7 +16,8 @@
onblur="#{event.onblur}"
onchange="#{event.onchange}" onclick="#{event.onclick}"
ondblclick="#{event.ondblclick}"
onfocus="#{event.onfocus}"
onkeydown="#{event.onkeydown}" onkeypress="#{event.onkeypress}"
onkeyup="#{event.onkeyup}"
onlistcall="#{event.onlistcall}" onmousedown="#{event.onmousedown}"
onmousemove="#{event.onmousemove}"
- onmouseout="#{event.onmouseout}"
onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}">
+ onmouseout="#{event.onmouseout}"
onmouseover="#{event.onmouseover}" onmouseup="#{event.onmouseup}"
onselect="#{event.onselect}"
+ binding="#{combobox.myComboBox}">
<f:selectItem itemValue="selectItem 1"/>
<f:selectItem itemValue="selectItem 2"/>
<f:selectItem itemValue="selectItem 3"/>
Show replies by date