Re: Including multiple servlets from a jsp page.[Now: Tiles Help]

2003-11-18 Thread Chris Blackburn
Rabago wrote: Tiles is one way to do it. Take a look at the Tiles Controller. http://jakarta.apache.org/struts/api/org/apache/struts/tiles/Controller.html Check out http://www.theserverside.com/resources/article.jsp?l=Tiles101 for some explanation on it. --- Chris Blackburn [EMAIL PROTECTED] wrote

Including multiple servlets from a jsp page.

2003-11-17 Thread Chris Blackburn
I am trying to build a web page that will have multiple dynamic content fed from multiple servlets. I thought I could just do something like: -- index.jsp -- c:import url=top.jsp/ c:import url=/servlet1.do/ c:import url=/servlet2.do/ c:import url=bottom.jsp/ -- end -- What I would like to