[jira] [Resolved] (MYFACES-3043) Ajax: response(...) function breaks if request(...) has not been called previously

2011-04-25 Thread Werner Punz (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Werner Punz resolved MYFACES-3043.
--

Resolution: Fixed

The issue has been shifted over to 
https://issues.apache.org/jira/browse/MYFACES-3114 and resolved, the 
jsf.ajax.response now works properly with default input parameters and hence 
resolves itself with a direct call to response an a custom request.


 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


[jira] Resolved: (MYFACES-3043) Ajax: response(...) function breaks if request(...) has not been called previously

2011-03-11 Thread Werner Punz (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Werner Punz resolved MYFACES-3043.
--

   Resolution: Fixed
Fix Version/s: 2.0.5-SNAPSHOT

 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-SNAPSHOT


 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