| Author |
tree2 refresh
|
Mauricio Al
Greenhorn
Joined: Oct 08, 2009
Posts: 2
|
|
how refresh a treeNode of tree2?
because only refresh once for treenode...
help me???
My variables of session fill the tree, these variables if they refresh themselves, but my tree does not, I have a method that refreshes the nodes this is:
public void refreshNodes{
treeNode.getChildren().clear();
treeNode.getChildren().addAll(getListSession);
}
my application is JSF
|
 |
Mauricio Al
Greenhorn
Joined: Oct 08, 2009
Posts: 2
|
|
|
HEEEEEELPPPPPPPP!!!
|
 |
 |
|
|
subject: tree2 refresh
|
|
|