Re: struts 1.3.8 trying to get the rendered output of a struts page from a plain servlet

2010-01-10 Thread Paul Benedict
Jason, I have only done this using JSTL tags. There is a (I believe) for this purpose. On Mon, Jan 4, 2010 at 4:17 PM, Jason Novotny wrote: > Hi, > >    I have a plain vanilla servlet and I want to "include" via the > RequestDispatcher mechanism the rendered output of a struts page. Here's the >

struts 1.3.8 trying to get the rendered output of a struts page from a plain servlet

2010-01-04 Thread Jason Novotny
Hi, I have a plain vanilla servlet and I want to "include" via the RequestDispatcher mechanism the rendered output of a struts page. Here's the code I have: ServletContext ctx = servletConfig.getServletContext(); RequestDispatcher rd = ctx.getRequestDispatcher("/modules/foo/Hom