Struts supports the use of structures like that, but doesn't provide those types of gizmos out of the box. Struts is mainly a front controller that helps web applications provide structures like that with the data they need, and then store it for future use.
So, you would have to look elsewhere for something created that type of view. Struts would be of help in providing the infrastructure such a display needed once you had it in place, but not the display itself -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services luvpdas wrote: > > Hi , > I am totally new to struts and I am looking for something that will enable > me to > have a Selection Tree on the leftside, in a table and keyboard accessible. When > > I click on a node on the tree I want it to expand automatically. I need to > support > Netscape 4.0+ and IE 4.0+. Does anyone know if there is such support from > Struts. > > Thanks > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>