Author: gmaksimenko
Date: 2008-04-29 10:30:00 -0400 (Tue, 29 Apr 2008)
New Revision: 8317
Modified:
trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml
Log:
Erase tests for onblur, onchange and onfocus events
Modified: trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml 2008-04-29
14:29:20 UTC (rev 8316)
+++ trunk/test-applications/facelets/src/main/webapp/PickList/PickList.xhtml 2008-04-29
14:30:00 UTC (rev 8317)
@@ -23,12 +23,15 @@
targetListWidth="#{pickList.targetListWidth}"
size="#{pickList.size}"
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}"
lang="#{pickList.lang}">
Show replies by date