Morning,

Is it possible to load a tree dynamically with a jsp in an MVC architecture
(using struts 1.3). Dynamically means I got a perforce depot which I need to
retrieve its children as nodes but progressively (on clicking on any parent
directory it will display its children).

Till now, I've just found the tree taglib which can make use of a tree
object passed into session, but even with such solution I'm obliged to load
the whole tree at once which makes a lot of times and doesn't take into
consideration the changes happening through that time.

Could someone suggest me another way to implement such structure?


Thanks in advance,
Hanen

Reply via email to