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

Mark Struberg commented on MYFACES-2368:
----------------------------------------

Sorry, there seems to be a problem in this area, because I get a NPE now:

{noformat}
java.lang.NullPointerException
        at 
org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:47)
        at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:201)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191)
        at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
{noformat}


> Update Render Response Phase to new spec
> ----------------------------------------
>
>                 Key: MYFACES-2368
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2368
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>             Fix For: 2.0.0-beta
>
>         Attachments: myfaces-2368.patch
>
>
> In few words, the new render response phase requires:
> - Publish PreRenderViewEvent
> - call vdl.buildView() (and remove this call from 
> FaceletsViewDeclarationLanguage.renderResponse)
> - deal with org.apache.myfaces.context.servlet.ResponseSwitch (on/off when 
> f:view)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to