]
Brian Leathem updated RF-12229:
-------------------------------
Story Points: 16
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: