Hi all,
I would like to get the output from a jsp into my servlet.
I have seen three different approaches.

1. Make an http request
2. Use the struts <bean:include>
3. Some sort of BodyTagSupport

All of these are discussed here
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg12841.html

Which one should I use? The <bean:include> looks good but how do I use it in
a servlet?

Thanks  

Ralf 

Reply via email to