[richfaces-issues] [JBoss JIRA] (RF-12229) Ajax partial response extension tag is not written in f:ajax or render="@all"

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Dec 5 12:19:25 EST 2012


     [ https://issues.jboss.org/browse/RF-12229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated RF-12229:
----------------------------

    Sprint: 4.3.0.M3 - EDT and AJAX

    
> Ajax partial response extension tag is not written in f:ajax or render="@all"
> -----------------------------------------------------------------------------
>
>                 Key: RF-12229
>                 URL: https://issues.jboss.org/browse/RF-12229
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 4.2.1.Final
>         Environment: RichFaces 4.3.0-SNAPSHOT
>            Reporter: Luca Nardelli
>             Fix For: 4.3.0.M3
>
>   Original Estimate: 2 days
>  Remaining Estimate: 2 days
>
> * Partial response extension is not written in f:ajax is one of the causes of RF-12031
> * Partial response extension is not written if render="@all" (see steps to Reproduce)
> Render all seems a wanted behaviour: ExtendedPartialViewContextImpl.visitActivatorAtRender method
> {code:java}
>  if (!isRenderAll()) {
>            ...
>             if (!Boolean.TRUE.equals(renderAll) && !ids.contains(ALL)) {
>                 addImplicitRenderIds(ids, limitRender);
>                 appendOnbeforedomupdate(onbeforedomupdate);
>                 appendOncomplete(oncomplete);
>                 setResponseData(responseData);
>             }
>         }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list