naveen k wrote:
Hi,
I am developing web application using struts.
I want to create a dynamic tree in a Jsp page that shows some URL's.
Is there any tag available in jsp to create it?
If it there, then how i create it with the tags available in jsp?
Which tags i have to use for that?
If possible can u send me any sample code.
Thanks in advance for ur reply
If you're using Struts 2, s:tree would be a good place to start:
http://struts.apache.org/2.x/docs/tree.html
If you're using Struts 1, there is nothing built in so you'd have to
look at a third-party taglib or Javascript control. There are plenty
floating around, so try a little googling.
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]