• 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

JSF Tree with check box

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Our project requires a jsf tree component with check box in each node. It requires expand all and contract all functionality. Also each node will have large number of sub nodes ,up to 50000. We are using IBM implementation of JSF with RAD6 as the IDE. I tried using the odc:tree included in the JWL. But when the number of nodes increases beyound 50000 ,browser(IE) hangs. Can we use tomahawk's tag for tree with ibm implementation? Will there be any conflict?Also will it be able to handle large amount of data?
Can any one give good suggestion on how to implement this?
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, I have to use a tree with checkbox on the nodes. This tree must be built dinamically using java code. Could anyone help me, please? Could anyone send a piece of code to see it, please?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you please send me the code how to bind Data to <odc:tree> dynamically
 
Alberto Fdez
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Nitin! My question was about what you have already done. I need to do what you have already done. What you have done is a tree with check box nodes and I can't get it. So, if you could send me the code with a brief explanation to use, I would be thankful.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am trying to implement preselect function for a JSF tree with checkboxes. (My Existing implementation is using JSF odc:tree in RAD6).
With my current setup,I am not able to find a solution for preselecting nodes in odc:tree.
Anyone ,
If implemented this function then please suggest a solution.
Would really appreciate your suggestion/proposition to my problem.

Thanks in advance!!

Best,
Shyam
 
Alberto Fdez
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello shyam,

I could do the tree with checkboxes dinamically (at runtime). But, I am using woodstock libraries and I dont know if my solution is usefull for you. Besides that, I dont know what jsf library is the alias 'odc' for.
TreeWithCheckBoxes.GIF
[Thumbnail for TreeWithCheckBoxes.GIF]
 
reply
    Bookmark Topic Watch Topic
  • New Topic