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

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Jul 23 23:17:09 EDT 2012


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

Brian Leathem updated RF-12229:
-------------------------------

    Fix Version/s: 4.3.0.Milestone2
                       (was: 4.3.0.Milestone1)

    
> 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.Milestone2
>
>
> * 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list