0 Replies Latest reply on Oct 15, 2009 11:51 AM by kaboel

    AJAX 3.3.2.SR1   seam   Setup   fails

      AJAX 3.3.2.SR1   seam   Setup   fails


      I seem to have  a  problem using  the  typical AJAX functions
      as  i wanted to use  AJAX functionality  I used the demo code first.
      BUt as that  is  not  working ...  i would not know where  to go on further
      As far as  I know  no setup is required  for activating  AJAX

      do I need a specific AJAX listner ????

      Im using  JBOSS 5.1   java 1.6    seam 2.2.0.GA
      and  have  no errors  indicating  a  problem
      Ajax  code  slightly modified  since  the  explorer IE8  crashed
      as  I'm typing to fast  (same  as  in the  demo)
      ["
      <ui:composition xmlns="http://www.w3.org/1999/xhtml"
            xmlns:ui="http://java.sun.com/jsf/facelets"
            xmlns:h="http://java.sun.com/jsf/html"
            xmlns:f="http://java.sun.com/jsf/core"
            xmlns:a4j="http://richfaces.org/a4j"
            xmlns:rich="http://richfaces.org/rich">
                 
          <h:form id="myform">
              <h:panelGrid columns="2">in :
                  <h:inputText id="myinput" value="#{test.text}">
                      <a4j:support event="onkeyup" eventsqueue="foo" ignoreDupResponses="true"  ajaxSingle="true" reRender="outtext" />
                  </h:inputText> out :
                  <h:outputText id="outtext" value="#{text.text}" />
              </h:panelGrid>
          </h:form>
          <br />

      </ui:composition>
      "]

      test.txt     is  working properly  as  all other  richface  technology  (date,input-overwrite,   menue's...)
      as far as  I realise none  of that is called  in the above
      I switched to  3.3.2 SR1    since   the standard  AJAX from seam  had exactly the same  problem
      I added    Queue Dupresonse   ajaxSingle   but  they do not  help

      ANy  help is  welcome


      Sorry  for  potential double  request,    70% fail rate  on  uploading  a  SeamForum Request