Ganesh Gore wrote:You want folder structure or Objects structure ....?
Paul Clapham wrote:Folder structures? I'm not sure what those are, but the basic rule for writing a JSP is this:
1. Decide what HTML you want to generate. (In this case, decide how to produce those folder structures in HTML.)
2. Write a JSP which generates that HTML.
Paul Clapham wrote:No, that doesn't sound right. I don't see where you attempted step 1, which is to design HTML which does what you want.
Of course your question might actually be "How do I use HTML to display a folder structure?" In which case you should just ask that question instead of confusing the issue with JSP. You should also clarify what a "folder structure" is.
Deeb kumar wrote:can we write a scriptlet or java codes inside the JSP page to fetch the values from XML file for the folder names and display the results in the folder structure pattern?
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |