[ 
https://issues.apache.org/jira/browse/MYFACES-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022904#comment-13022904
 ] 

Werner Punz commented on MYFACES-3043:
--------------------------------------

Yes you are right, I reviewed my own code and it indeed is faulty because it 
does not take a missing _mfInternal into consideration. I will fix this asap 
which means you will have the fix in for 2.0.6.
By definition a direct call to the jsf.ajax.response has to handle a response 
call with the standard parameters with no internal ones.


> Ajax: response(...) function breaks if request(...) has not been called 
> previously
> ----------------------------------------------------------------------------------
>
>                 Key: MYFACES-3043
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3043
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.4
>            Reporter: Nick Belaevski
>            Assignee: Werner Punz
>             Fix For: 2.0.5
>
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to