Author: adubovsky
Date: 2008-08-01 09:48:26 -0400 (Fri, 01 Aug 2008)
New Revision: 9862
Modified:
trunk/test-applications/jsp/src/main/webapp/HotKey/HotKey.jsp
Log:
Add onclick="return false" attribute for two commandButtons
Modified: trunk/test-applications/jsp/src/main/webapp/HotKey/HotKey.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/HotKey/HotKey.jsp 2008-08-01 13:28:16 UTC
(rev 9861)
+++ trunk/test-applications/jsp/src/main/webapp/HotKey/HotKey.jsp 2008-08-01 13:48:26 UTC
(rev 9862)
@@ -73,8 +73,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