<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
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