Hi, You can perhaps use the Swing tree control (JTree) if you want to have an applet. Also, there are plenty of JS implementations of a tree some of them faster, some slower. How big is the no of your nodes?
John -----Original Message----- From: JOSHY MON M C <[EMAIL PROTECTED]> Date: Thu, 7 Feb 2002 19:49:28 +0530 To: [EMAIL PROTECTED] Subject: Java bean based tree control - collapsable and expandable > Hi All, > Can anybody help. > I am looking for a tree contol that is to be used on JSP page. I have used > javascript based tree but it is painfully slow, if no of nodes becomes high. > Please tell an elegant solution. Using Java beans / Java applets ? > Thanks in advance > joshy > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Win a ski trip! http://www.nowcode.com/register.asp?affiliate=1net2phone3a =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
