Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3043

Ajax: response(...) function breaks if request(...) has not been called previously

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.4
    • 2.0.5
    • JSR-314
    • None

    Description

      In RichFaces for file upload component we call jsf.ajax.response(...) method to process contents of IFRAME element. The problem is that this call is not preceded by call to jsf.ajax.request(...), making MyFaces fail:

      response : function(request, context) {
      this._q._curReq._response.processResponse(request, context);
      }

      this._q._curReq - is undefined.

      Attachments

        Activity

          People

            werpu Werner Punz
            nbelaevski Nick Belaevski
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: