3 Replies Latest reply on Oct 29, 2007 11:03 AM by ilya_shaikovsky

    oncomplete problem in FF

    hispeedsurfer

      HI,

      I implementet the following jsFunction with ajax4jsf-1.1.1.jar and richfaces-3.0.1.jar a few weeks ago.

      Now, with the latest version of richfaces (SNAPSHOT today) I tried the same code but the oncomplete function map._OnMapDataSucceeded(data) (see below) that worked before is never called in Firefox but in IE.

      <h:form>
       <a4j:jsFunction name="GetClusteredMapData" data="#{clusterbusiness.clusteredMapData}" oncomplete="map._OnMapDataSucceeded(data)">
       <a4j:actionparam name="bounds" assignTo="#{clusterbusiness.encodedBounds}"></a4j:actionparam>
       <a4j:actionparam name="zoom" assignTo="#{clusterbusiness.zoomLevel}"></a4j:actionparam>
       </a4j:jsFunction>
      </h:form>