[
https://issues.apache.org/jira/browse/MYFACES-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883720#action_12883720
]
Werner Punz commented on MYFACES-2761:
--------------------------------------
Hia Leonardo, I would call UIViewRoot in render=all nevertheless, there are
browsers where it works (Firefox)
theoretically a render all replaces everything including head tags.
That the scripts only rerender the body is a pure client side issue.
That the client for now has to ignore it (unless I find a way around the head
issues on webkit and co) should not affect the server code in that area. A user
might implement his own solution if he knows which browsers he can limit his
code.
> 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.