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
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
2 matches
Mail list logo