Author: gmaksimenko
Date: 2008-04-29 10:28:07 -0400 (Tue, 29 Apr 2008)
New Revision: 8315
Modified:
trunk/test-applications/jsp/src/main/webapp/PickList/PickList.jsp
Log:
Erase tests for onblur, onchange and onfocus events
Modified: trunk/test-applications/jsp/src/main/webapp/PickList/PickList.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/PickList/PickList.jsp 2008-04-29 14:25:49
UTC (rev 8314)
+++ trunk/test-applications/jsp/src/main/webapp/PickList/PickList.jsp 2008-04-29 14:28:07
UTC (rev 8315)
@@ -22,15 +22,17 @@
targetListWidth="#{pickList.targetListWidth}"
required="#{pickList.required}"
requiredMessage="#{pickList.requiredMessage}"
- onclick="#{event.onclick}" onblur="#{event.onblur}"
- onchange="#{event.onchange}" ondblclick="#{event.ondblclick}"
- onfocus="#{event.onfocus}" onkeydown="#{event.onkeydown}"
- onkeypress="#{event.onkeypress}" onkeyup="#{event.onkeyup}"
- onmousedown="#{event.onmousedown}"
onmousemove="#{event.onmousemove}"
- onmouseout="#{event.onmouseout}"
onmouseover="#{event.onmouseover}"
+ onclick="#{event.onclick}"
+ ondblclick="#{event.ondblclick}"
+ onkeydown="#{event.onkeydown}"
+ onkeypress="#{event.onkeypress}"
+ onkeyup="#{event.onkeyup}"
+ onmousedown="#{event.onmousedown}"
+ onmousemove="#{event.onmousemove}"
+ onmouseout="#{event.onmouseout}"
+ onmouseover="#{event.onmouseover}"
onmouseup="#{event.onmouseup}"
- binding="#{pickList.myPickList}"
- >
+ binding="#{pickList.myPickList}">
<f:selectItems value="#{pickList.data}"/>
</rich:pickList>
<h:panelGrid columns="2">