Re: including the output of an action execution in a servlet response.

2008-01-23 Thread Darren James
I finally found the answer for any that are interested. servlet filters apparently don't trigger (by default) on forwarded and included requests. I had to change my filter url mapping in web.xml to make the struts2 filter fire from: filter-mapping

including the output of an action execution in a servlet response.

2008-01-22 Thread Darren James
Hi all, I have a servlet that I want to include the result of a struts2 action in the response. I have a method that's called from my servlet's doGet method, which does something along the lines of . RequestDispatcher requestDisp =