| Author |
setTransient(true) with jsf tree component
|
raghavendra pattar ramdurg
Greenhorn
Joined: Mar 08, 2007
Posts: 4
|
|
Hi, I am using setTransient(true) on a tree componet. I want the tree state to be changed whenever a node is deleted or added a from the database during the same session. 1)WorkingZoneTree.jsp/WorkingZoneTree.java(backing bean) I am using setTransient() in a button submission 2)When button submitted again came back to WorkingZoneTree.jsp then If i click on any node for the first time no action takes place except the tree state will change(reflect the no of nodes in the database) by refreshing the page) I want the state has to be changed and click action should also happen simultaneously. So please let me know any other way to refresh the state of a JSF tree . - Thanks Raghu
|
 |
 |
|
|
subject: setTransient(true) with jsf tree component
|
|
|