Hello there!
I've problem with my app, I don't know how to create dynamic structure of files on web using visual server pages (netbeans).
First thing that I wanted to implement it's to make table that holds all names of files and links to them, but it's really last thing that I wanted to achieve. There is no other option for that? like it was in php? dynamic code - for example if I've 5 files in folder this application just show me list of files with automatic hyperlinks? or I suppose to throw away visual page and create normal
jsp +
servlet with loop? how to deal with visual page in that case?
thank you