• 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

To Eric Pascarello

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Eric, I am looking for an example of Ajax Tree menu. do you have one already?

thanks,
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You want it to make a request to fill in the child nodes, load tree from XML?

I personally do not know of any off the top of my head, but depending on what you want, I might be able to convert my on tree script over to an Ajax one.

Eric
 
Vicky Pandya
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As a matter of fact I just realized that I don't really need Ajax for my requirement. however surely I need to build tree using some magic script on the fly.

Currently I use struts-menu(internally uses Java script but have nice java classes for developer so easy to build) to build tree menu from the database. you can edit, add node values. I update original tree object into session until user clicks final done button to save changes to database. Now I have to enhance my tree to distinguish original nodes (came with first call to db to load tree) from newly added nodes(which are in session and not in db yet) with different colors or something similar.

Any ideas? if not struts menu then do you have any other simple alternative for developing fancy looking, light weight tree.

thanks,
 
You firghten me terribly. I would like to go home now. Here, take this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic