aspose file tools
The moose likes JSF and the fly likes dynamic tree node in richfaces with ajax Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "dynamic tree node in richfaces with ajax" Watch "dynamic tree node in richfaces with ajax" New topic
Author

dynamic tree node in richfaces with ajax

hamidreza maghbooli
Greenhorn

Joined: May 22, 2008
Posts: 1
hi everyone
I'm a beginner in richfaces and I need some help.
I wanna make a tree which its TreeNode s (leaves) are added incrementaly by clicking on them with ajax technology.
I used this code but I didn't see any reply
<rich:tree style="width:300px" value="#{yegan.tree}" binding="#{yegan.htmlTree}" var="item" >
<rich:treeNode changeExpandListener="#{yegan.changed}">
<hutputText value="#{item.name}"/>
</rich:treeNode>
</rich:tree>
I would be very thankful to you
thanks and regards
Hamidreza Maghbooli
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: dynamic tree node in richfaces with ajax
 
Similar Threads
Problem getting richfaces tree to display
richface tree example
Richfaces Tree Does Not Display TreeNode
What would be best way to handle how clicking on something changes a content pane...
I can't expand my <rich:tree> =(