[ 
https://issues.jboss.org/browse/RF-13505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969607#comment-12969607
 ] 

Lukáš Fryč edited comment on RF-13505 at 5/22/14 6:33 AM:
----------------------------------------------------------

*First one:*

Seems that in the response, the correct render value is propagated: 
{{extension[id=org.richfaces.extension]/render=@all}} but the response doesn't 
contain an update for whole page.

----

The thing is that {{render=@all}} does not work at all, since we delegate to 
{{PartialViewContextImpl#processPartial(PhaseId)}} that asks for 
{{#isRenderAll()}} but it does not delegate to PVC chain (incl. EPVC). This 
means the JSF impl itself does not consider the request as {{render=@all}} and 
tries to render just implicitly rendered areas (as instructed by EPVC).

The fix consists of call of {{PartialViewContextImpl#setRenderAll(true)}} when 
needed.


was (Author: lfryc):
*First one:*

Seems that in the response, the correct render value is propagated: 
{{extension[id=org.richfaces.extension]/render=@all}} but the response doesn't 
contain an update for whole page.

> Refactor custom tree traversal logic in EPVCI in order to leverage 
> VisitContextFactory (blocked by Mojarra issue)
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-13505
>                 URL: https://issues.jboss.org/browse/RF-13505
>             Project: RichFaces
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.0.0.Alpha3
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>            Priority: Critical
>             Fix For: 4.5.0.Alpha3
>
>         Attachments: fu-request.png
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> Mojarra issue: https://java.net/jira/browse/JAVASERVERFACES-3151
> We will still need to use some:
> * resolve values in runtime
> * add IDs for execution of AjaxOutput's
> * collect list of meta-components to render
> * wrap PartialResponseWriter#endDocument() for RichFaces extensions and 
> JavascriptService



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to