Hello -

I am working in a MVC framework.  How do I implement a JTree in a JSP?
Also, how does the JTree work?  Does it retrieve all the data up front or
does it make the appropriate tree level data access calls when that level is
chosen?
Currently, my architecture is servlet -> JSP ->servlet -> JSP ->servlet ->
JSP -> servlet -> HTML

The servlet -> JSP presents choices to the user and each choice is used by
the next JSP.  I would rather use a JTree to represent the data.  But I am
not clear on how it should be implemented.

thanks for any help..

Thank You...
Danielle Carbo
BearNet (8-226-7198)
Phone (973-793-7198)
Fax (917-849-0087)






***********************************************************************
Bear Stearns is not responsible for any recommendation, solicitation,
offer or agreement or any information about any transaction, customer
account or account activity contained in this communication.
***********************************************************************

===========================================================================
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to