I have a tree-structure of objects similar to a filesystem, where directories has subdirectories to an unknown depth. How can i loop and display all these in jsp without knowing the depth of the tree? it's easy to do in pure java with a method calling itself, but I can't use methods inside a jsp, or can I?
cheers, Sakke Wiik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
