• 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

Dynamic tree component

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I want to build a tree in jsf. Here i want server side toggling of the tree nodes. ie; the tree should be even driven. Thus the requirement comes down to
1) Server side toggling - only the expanded node should be refreshed and not the entitre jsf page
2) When a node is selected, the content in the middle/body tile of the jsf page should be refreshed. Again this data will be coming from server based on the tree selected, but i dont want entire jsf to be refreshed

Do i have any such tree component?
Also i want that if the javascipt is disabled even then this should work. I think ajax4jsf does not use javascript. But am not sure how can i combine it with a tree component. Please suggest.
I have heard of various tree components like trinidada, tomhawk but am not sure how to use them.
Regards,
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic