d.devendran 0 Newbie Poster

Hi i'm just start to learn jsp. now i got 1 task to complete. I want to create navigation in jsp by recursively. my case is retrieve from database and list in jsp. display all organization name in jsp from mysql.

Organization

ABC
CDE
EFG

once they click any of the result it should retrieve from data base where display all sub organization from a particular organization and at the top display the navigation.

Organization > ABC

Sub ABC1
Sub ABC2
Sub ABC3

and this go through till end

Organization > ABC > Sub ABC1

Sub Sub ABC1
Sub Sub ABC2
Sub Sub ABC3

and also when click at the navigation at the top for example when they click ABC it should display all the sub organization as previous.
This should done in same jsp page.

Can any one help me in this task..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.