I think that you can't include several *.do in a same page. This is
because a *.do do a forward() to forward to the associated jsp page. But,
you can't do forward() if you have already committed the response (i.e.
writing something in the output).
As a solution, you can modify ActionServlet to perform an 'include'
rather than a 'forward' when response is committed.
You can also check Tiles contrib, which now allows to <insert> several
*.do in a same page. You will write something like <tiles:insert
page="action.do"/>
Cedric
Yutaka Yokokawa wrote:
> I am facing problems when using the <jsp:include> tags,
> when trying to include several *.do responses to a single jsp file.
> The results: the rest of the page is not processed after the first tag
> including a *.do response. I tried with the flush options of the
> include tag at false aswell, but it doesn't seem to help.
>
> Is there a simple way to get around it other than rewriting the
> struts-config.xml, or will I have to create a different kind of taglib
> instead.
>
> regards
>
> --
> Yutaka YOKOKAWA
> mailto:[EMAIL PROTECTED]
>
> MegaTrade
> http://www.megatrade.co.jp/
> 3-21-17-303 Jingumae Shibuya-ku Tokyo 150-0001
> Phone:+81-3-5772-2801 Fax:+81-3-5772-2803