[
http://jira.jboss.com/jira/browse/RF-2297?page=all ]
Nick Belaevski reassigned RF-2297:
----------------------------------
Assignee: Alexander Smirnov (was: Nick Belaevski)
Problem is in UIDataAdaptor#broadcast:
if (!(rowEvent.getPhaseId() == PhaseId.RENDER_RESPONSE)) {
this._ajaxRowKey = eventRowKey;
// this._ajaxRowKeysMap.put(getBaseClientId(faces), eventRowKey);
}
this._ajaxRowKeysMap is not populated
<rich tree /> doesn't function inside of <a4j:repeat
/> or <ui:repeat />
------------------------------------------------------------------------
Key: RF-2297
URL:
http://jira.jboss.com/jira/browse/RF-2297
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4
Environment: Windows, JBoss AS, Firefox and IE
Reporter: Bj?rn Weinbrenner
Assigned To: Alexander Smirnov
Fix For: 3.2.1
The follwing simple code doesn't function:
<a4j:repeat value="#{demoBean.rootNodeList}"
var="rootNode">
<rich:tree value="#{rootNode}" var="item">
<rich:treeNode>
<t:outputText value="${item.name}" />
</rich:treeNode>
</rich:tree>
</a4j:repeat>
The trees are rendered, but if you expand a node (default = ajax) nothing happens. The
A4J Log says:
warn[10:41:44,142]: No information in response about elements to replace
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira