tree « Struts « JSP-Servlet Q&A





1. Struts 2: getting a to work inside a jsp loaded from a tabbedpanel    stackoverflow.com

I have an app I'm working on that uses tiles and the tabbedpanels quite a bit. Basically, the main tile jsp has the <sx:head> tag in it as follows:

<head>
  ...

2. Dynamic Tree in JSP    struts.1045723.n5.nabble.com

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? ...

3. JSP Tree    struts.1045723.n5.nabble.com

Hi, I am using struts1.1 for my application. I want to show some links in tree view on JSP page. How can i do that in JSP pages? Is there any predefined tag for that? If possible can any one send ...