You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Derek Richardson <De...@appiancorp.com> on 2004/08/28 04:54:09 UTC

RequestProcessor: include() instead of forward()

I'd like my RequestProcessor to do a RequestDispatcher.include() instead of a .forward(). This is so that I can have a JSP that includes the output of several actions by using c:import tags. I've looked at the Servlet 2.4 spec and I don't see a negative to doing this; however, I'd like the opinion of the experts.

Thanks, 

Derek Richardson