Turns out the problem was a negative synergy between Tomcat 5 and a badly written 
request wrapper. The include() simply solved the problem by avoiding the code in 
tomcat 5 that triggered the issue with the wrapper. Time to rewrite the wrapper...

________________________________

From: Derek Richardson [mailto:[EMAIL PROTECTED]
Sent: Fri 8/27/2004 10:54 PM
To: Struts Users Mailing List
Subject: 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





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to