]
Alexander Smirnov resolved RF-2297.
-----------------------------------
Resolution: Done
Small fix in the UIDataAdaptor class.
<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: