Author: adubovsky
Date: 2008-08-01 09:48:58 -0400 (Fri, 01 Aug 2008)
New Revision: 9863
Modified:
trunk/test-applications/facelets/src/main/webapp/HotKey/HotKey.xhtml
Log:
Add onclick="return false;" for two commandButtons
Modified: trunk/test-applications/facelets/src/main/webapp/HotKey/HotKey.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/HotKey/HotKey.xhtml 2008-08-01
13:48:26 UTC (rev 9862)
+++ trunk/test-applications/facelets/src/main/webapp/HotKey/HotKey.xhtml 2008-08-01
13:48:58 UTC (rev 9863)
@@ -62,8 +62,8 @@
<rich:hotKey id="jsID" timing="onregistercall" />
<h:panelGrid columns="2">
- <h:commandButton id="jsAddCCID" value="add hotkey:
alt+z"></h:commandButton>
- <h:commandButton id="jsRemoveCCID" value="remove hotkey:
alt+z"></h:commandButton>
+ <h:commandButton id="jsAddCCID" value="add hotkey: alt+z"
onclick="return false;"></h:commandButton>
+ <h:commandButton id="jsRemoveCCID" value="remove hotkey: alt+z"
onclick="return false;"></h:commandButton>
<rich:componentControl disableDefault="true"
attachTo="jsAddCCID" for="jsID" event="onclick"
operation="add">
<f:param name="key" value="alt+z" />
Show replies by date