Re: Tree view in struts 1.3.8

2009-10-21 Thread Paul Benedict
Try http://www.servletsuite.com/jsp.htm On Tue, Oct 20, 2009 at 11:39 PM, dharhsana wrote: > > Hi to all, > > I am new to this post.. > > Can any one please help me out how to implement tree view using struts > 1.3.8,in struts 2 we have seperate tag called treenode but in struts 1.3.8 i > could'n

Re: tree view in struts

2007-07-30 Thread Session A Mwamufiya
Hi Laurie, Thanks for the link. I tried to follow the instructions there, but I can't get it to work: - I created the same exact TreeModel class, and added the getters and setters - I set up my action with a tree element, and I have a function that populates that element with data and some chil

Re: tree view in struts

2007-07-18 Thread Laurie Harper
Session A Mwamufiya wrote: Hi All, Has anyone come across an struts 2 example that uses a tree viewer to represent categories and questions, like what eclipse has for its online help webpage. I'd like to copy a similar example for a project I'm working on. Any help would be much appreciated