Go4Expert

Go4Expert (http://www.go4expert.com/)
-   JSP (http://www.go4expert.com/forumdisplay.php?f=28)
-   -   Jsp Code to traverse through a folder and print. (http://www.go4expert.com/showthread.php?t=28062)

nithinvg 20Mar2012 17:58

Jsp Code to traverse through a folder and print.
 
i have a requirement in jsp, where i need to iterate through a given folder. then return the file name. the file name should be in the form below.
<li>
Folder
<ul>
<li>
Sub folder 1.1
<ul>
<li>sub folder 1.1.1</li>
<li>sub folder 1.1.2</li>
</ul>
</li>
<li>
Sub folder 1.2
</li>
</ul>
</li>


All times are GMT +5.5. The time now is 20:03.