Link to home
Start Free TrialLog in
Avatar of gannev
gannev

asked on

how to display treeview in jsp

Hi Experts,

I have a JSP page which will display a list in each column.
I have a BL list and Container List , 1 BL can contain 1 or morethan 1 containter.

I need to display these items in treeview using Javascript or JSP.

Ex:  +BL
       +BL
       +BL

and ones the user clicks on + sign
then it should be like

        -BL
           CONTAINER
           CONTAINER
           CONTAINER
       +BL
       +BL


My Jsp code looks like

<display:column title="BL Number" property="blNumber" group="1" align="left" />
<display:column title="Container Number" property="containerNumber" align="left"/>      

right this will display like

BL1  CONT1
BL1  CONT2
BL2  CONT1
BL2  CONT2
 etc.,


Thanks,
Ganne
ASKER CERTIFIED SOLUTION
Avatar of mukhtar2t
mukhtar2t

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial