Author: nbelaevski
Date: 2010-05-31 11:12:07 -0400 (Mon, 31 May 2010)
New Revision: 17422
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/queue/queue.xhtml
Log:
"keypress" event changed to "keyup"
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/queue/queue.xhtml
===================================================================
---
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/queue/queue.xhtml 2010-05-31
15:11:36 UTC (rev 17421)
+++
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/queue/queue.xhtml 2010-05-31
15:12:07 UTC (rev 17422)
@@ -30,8 +30,8 @@
<h:panelGrid columns="2">
<h:outputText value="Type here:" />
<h:inputText id="myinput" value="#{queueBean.text}"
- onkeypress="addEvent();" disabled="#{not
(facesContext.maximumSeverity==null)}">
- <a4j:ajax onbegin="addRequest();" event="keypress"
render="outtext"
+ onkeyup="addEvent();" disabled="#{not
(facesContext.maximumSeverity==null)}">
+ <a4j:ajax onbegin="addRequest();" event="keyup"
render="outtext"
oncomplete="printCounts()" onbeforedomupdate="addUpdate()"
/>
</h:inputText>
<h:outputText value="Repeated text:" />
Show replies by date