0 Replies Latest reply on Aug 17, 2009 7:44 PM by dworq

    possible to control order of loading a4j library? Conflict w

    dworq

      His,

      I am using GWT with Richfaces and there is some incompatibility between two, because sarissa (used by richfaces internally) sets XMLHttpRequest variable that GWT checks to decide if try initialize XMLHttpRequest object.

      Could anyone please tell if there is a way to tell RichFaces to insert directive load its JavaScript libraries after some other javascript directives? This looks to be the simplest way of solving the problem: first let GWT load and instantiate the stuff properly, and only than load RichFaces javascript libraries. Whenever I pull

      upwards it is being forcefully preceded by a number of RichFaces tags, such as

      which spoil gwt's environment.
      thanks