Hi,
In my application, I am not able to rerender the tree:component backed by a datasource that is constantly updated periodically.
Here's my code:
<rich:tree id="folder_tree" switchType="ajax" value="#{rootNode}" >
 <rich:treeNode id="tree_node_folder"/>
 <rich:treeNode id="tree_node_policy"/>
</rich:tree>
<a:poll interval="3000" reRender="folder_tree">
Hi,
Yes, this should work. Add a4j:log component and check if it shows any update errors.