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

Werner Punz resolved MYFACES-3069.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.5-SNAPSHOT

It was indeed the problem I was talking about, I am now rerouting the internal 
processResponse calls into jsf.ajax.response. A decoration of the response 
object now produces a call onto the decorated function. If the response does 
its own thing and does nothing within our impl the queue still processed, so 
the queue handling wont be affected by some external override even if the 
function is overridden to 100%. 


> Ajax: response function cannot be overrided by custom components
> ----------------------------------------------------------------
>
>                 Key: MYFACES-3069
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3069
>             Project: MyFaces Core
>          Issue Type: Bug
>            Reporter: Nick Belaevski
>            Assignee: Werner Punz
>             Fix For: 2.0.5-SNAPSHOT
>
>         Attachments: myfaces-3069.zip
>
>
> Attached is example of custom component that needs to proxy 
> jsf.ajax.response. Works in Mojarra, doesn't work in MyFaces.
> To reproduce, run example, navigate to 
> http://localhost:8080/jsf2-test/index.jsf and press link -> alert should be 
> shown if function was overriden correctly.

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

Reply via email to