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

Werner Punz edited comment on MYFACES-2761 at 6/30/10 4:43 PM:
---------------------------------------------------------------

Ok I committed the changes, scripts are now properly evaled even if placed in 
the head. The downside is, the page must be properly xhtml that this works html 
4.01 is out of the game now.
(normal in - body ppr cases still should work on html 4.01 though)

I personally think this is a minor downside since facelets enforces xhtml 1.0+ 
anyway.



      was (Author: werpu):
    Ok I am working on a solution, I am also going to drop the interpreter in 
favor of browser based parsing, which is a tad slower but easier to maintain.
(The interpreter had a bug and it is hard to maintain anyway, so I am going to 
drop it)

The crux of this is, I wont be able to finish it today. Maybe tomorrow I will 
check everything in.

  
> PartialViewContextImpl does not respect isRenderAll()
> -----------------------------------------------------
>
>                 Key: MYFACES-2761
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2761
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2-SNAPSHOT
>         Environment: myfaces current trunk
>            Reporter: Martin Kočí
>            Assignee: Leonardo Uribe
>
> This construct should lead to complete ajax re-render of whole view (works 
> with mojarra):
> partialViewContext.setRenderAll(true);
> but it seems that myfaces don't read property renderAll during rendering at 
> all. Probably 
> org.apache.myfaces.context.servlet.PartialViewContextImpl.processPartialRendering(UIViewRoot,
>  PhaseId) should respect this property somehow. Note: there is a possible 
> workaround:
> partialViewContext.getRenderIds().add(javax.faces.context.PartialResponseWriter.RENDER_ALL_MARKER);

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