1 Reply Latest reply on Jul 15, 2011 7:17 AM by rott

    Richfaces ajax onkeyup event error

    jayesh_rhds

      Hi,

       

      I am trying to use richfaces following this tutorial:http://docs.jboss.org/tools/movies/demos/rich_faces_demo/rich_faces_demo.htm

      The a4j:support was not support so i changed it to a4j:ajax but still it says that the onkeyup event is not supported. Here is my code:

       

       

       

      <rich:panel header="Simple Echo Panel">
                                    <h:inputText size="50" value="#{bean.text}">
                                              <a4j:support event="onkeyup" ajaxreRender="outText">
                                              </a4j:support>
                                    </h:inputText>
                                    <h:outputText id="outText" value="#{bean.text}"/>
        
                          </rich:panel>

       

       

      Kindly help me with some explanation as i am beginning using ajax and richfaces 4 final in jboss developer studio 4 GA....

       

       

      My project works in the runtime environment. I am using JBoss 6 server and JBoss Developer Studio 4 GA with Richfaces 4 Final. If onkeyup event is not supported by a4j:ajax tag libs then by which component should i use it. Kindly provide me a link if then is any documentation available for the tags and components