Hi
I'm trying to write an application using
JSP and
struts that can show me the servers directory structure on a web page. I'm looking for suggestions on how to do this. I thought of a custom tag that uses the jtree class but learned that swing components cannot be displayed on a web page. Any suggestions?
James.