2 Replies Latest reply on Sep 6, 2007 12:53 PM by sergeysmirnov

    messages not rerendered with ajaxListener org.ajax4jsf.ajax.

    mhn


      I use a t:dataList with a4j:commandLink inside.
      The a4j:commandLink has an ajaxListener of type="org.ajax4jsf.ajax.ForceRender" inside in order to rerender just the clicked row. The area that should be rerendered by the commandLink contains outputText tags that use the default messageBundle msgs in in the title attribute.

      Problem: The messages are not rendered if I use this ajaxListener.
      The expression: facesContext.getExternalContext().getRequestMap().containsKey("msgs") evaluates to null in the service method of the FacesServlet !

      My environment:
      ajax4js4 1.1.1
      myFaces 1.1.5
      tomahawk 1.1.5
      jdk 1.5.0_12
      tiles
      tomcat 5.5.23