0 Replies Latest reply on Jun 15, 2008 10:27 AM by admirer

    Strange a4j error


      Environment:Eclipse 3.2,JSF 1.1,RichFaces 3.1.6
      IDE:ibm RSA 7.0

      I am unable to include a4j:support in h:inputtext

      Code:


      <h:inputText id="text2" styleClass="inputText">
      <a4j:support event="onclick"
      actionListener="#{URich.Alisten}"
      reRender="ajaxmon"
      ajaxSingle="true">
      </a4j:support>
      <h:outputText id="ajaxmon" styleClass="outputText" value="#{URich.ajaxed}">
      </h:outputText>

      And as soon as i change my inputext value its showing:
      Error 500: com.ibm.faces.renderkit.DefaultAjaxRenderer incompatible with org.ajax4jsf.renderkit.AjaxContainerRenderer

      How can I get around this issue.Help me