> We have two list boxes..list box 1 contains all the data from the system.
> On click of the button whatever data is selected from the list box 1 it
> moves to the list box 2. The data in the list box 1 is such that it also
> contains related data uptil n level of hierarchy displayed in the list box
> 1 only.
> Our problem is if we select a data from the list box 1 , all its related
> data till n level of hierarchy should move to list box 2.
>
> E.g data in list box one is
>
> Data          Related Data
> A             -
> B             A
> C             A
> D             B
> E             A
>
> Now if I want to move A then B,C, D, and E should also move to list box 2
> even if they are not selected.
>
>

===========================================================================
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

Reply via email to