You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jeff Smith <je...@centralscheduling.net> on 2003/03/14 17:09:17 UTC

[Q] Hierarchy display taglib?

Is there a taglib for presenting hierarchically defined content in a JSP
that contains open/close icons etc?

Jefficus


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [Q] Hierarchy display taglib?

Posted by Arron Bates <st...@keyboardmonkey.com>.
No taglib itself, but nested tags will allow the recursion to happen and thus
make the tree. Try this...

    http://keyboardmonkey.com/pilotlight

...the "JSP Recursion & Trees!" part. It should do the trick.


Arron.



> Is there a taglib for presenting hierarchically defined content in a 
> JSP that contains open/close icons etc?
> 
> Jefficus
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org