• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

setTransient(true) with jsf tree component

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic