I am using primefaces 3.0 M2, and I use DefaultTreeNode, with the component p:tree and it works fine. My problem is that I want the value of node selected were be different from the the value of node displayed. Need your help please!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You may display any text you like for each node. For example, this is a bit changed example from primefaces showcase (TreeBeen.java is the same):
"Node" text is displayed for each node, but it's data value is displayed on button click event. |
|||||
|
I want the value of node selected were be different from the the value of node displayed? You have an ajax tree and you want the value of the node expanded? Explain more and show some code/pseudo-cod of what you have and what you want to achieve... – spauny Nov 21 '11 at 9:05