• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Expand tomahawk tree based on search field.

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

I have a question regarding tomahawk tree2 tag. I am using this tag for the display of hierarchical data. Each node contains an identifier and description. If I have a text which is keyed in from the front end, I will have to search the text in the tree hierarchy (compare with the node identifier) and if found, expand the tree upto that level. I tried tree.expandPath, but this method expects a nodePath information in the format 0:0:... Is it possible to get the nodePath based on the node identifier and then expand upto that level. I am using JSF 1.1.
Any help in this regard is highly appreciated.

Thank you.
 
I knew that guy would be trouble! Thanks tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic