treeview in JSP
807603Feb 13 2008 — edited Feb 13 2008i have a table in databse which holds records for all files under a particular location....,
each records consists of--> file name,parent file,path of the file.......
i have to use this table in java in which i will write a code for showing the hierarchy as a treeview in jsp. I want to ask that how will i show the treeview in JSP(data to be shown will be coming from the java code)?