>From an Action class, or perhaps from a subsequent jsp page, I want to include 
>content from generated by another servlet -- a subservlet, if you will -- but the key 
>is that the subservlet is a general resource in the server's servlet environment and 
>should accessible either from within Struts or from outside of Struts. 

The javadoc on http://jakarta.apache.org/struts/ has an ActionServlet.processInclude 
method.  But this javadoc looks like it's for Struts 1.1, not 1.0.

Is there a way in Struts 1.0 to invoke (include) another servlet and have it add 
content to the output?  If not, is it possible to "include" another servlet and have 
it return its content in an attribute so that the caller can include it in the output? 
 

Thanks.

Bill

Reply via email to