0 Replies Latest reply on Nov 19, 2009 7:09 AM by ronanker

    upload and javascript error (ie and FF)

    ronanker

      Hi all,

      We are using RF 3.3.1 with JSP.

      Each time we upload a file we have javascript errors (on every browsers):

      "A4J is not defined"


      The error comes from our javascript code:

      A4J.AJAX.onError = function(req, status, message){
      LOG.error("A4J.AJAX: javascript error : req="+req+" / status="+status+" / message = "+message);
      }

      but also
      "Richfaces is not defined"
      that comes from javascript code generated by the rich:effect component. When there is no upload this related component works fine.

      It seems that the richfaces javascript library is not loaded at this time.

      Notices, we are using org.richfaces.LoadScriptStrategy=ALL


      Thanks for any help.