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

how do I use absolute url actions in html:form tag with struts 1.3.8

2009-12-22 Thread Jason Novotny
Hi, I'm a Struts newbie and am tasked with trying to change relative URLs on our site to be absolute. I have a form that looks like: and once it renders it displays: action="/modules/mymodule/fcon/MyAction.do" onsubmit="return validateFilterForm(event, this);"> What I'd like is to ha