Hi,
I have two tables ( oracle database ) :
concept table that has :
id_number, label, comments, author_name, tstp, discussion_id)
concept_dependencies table that has :
parent_id ( is the same as id_number from the concept table), child_id
description,desc_author_name, tstp)
The problem here is :
When The user enter a parent_id, I have to output from this parent_id
all the children and children-children, they want it to look like those
forum threads.
I wrote two beans one for the concept table called ConceptBean.java, and one
for the other table concept_dependencies, and I wrote anothe class called
Myconnection.java, and both concept and concept_dependencies classes extend
Myconnection class.
I need a function in concept_dependencies called :
editConcept(ind ID) {
....
}
this function will be called from a JSP file to output the result like a
tree showing parents/children like thread forum.
Your help will be appreciated.
Sufi
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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