RE: Problem forwarding to an action in another webapp

2006-02-17 Thread Mineau, Christian
. : getServletContext().getContext("/Webapp2").getRequestDispatcher("/action 2.do").forward(...) Be sure your container accept it. Hope helps. Mineau, Christian wrote: >We develop an application with Struts MVC. In this application, we have >two webApps containing some

Problem forwarding to an action in another webapp

2006-02-16 Thread Mineau, Christian
We develop an application with Struts MVC. In this application, we have two webApps containing some Struts Actions in each one (i.e two Struts-config.xml files). These both webApps are in separate EAR files. Example: Webapp1 contains action11 and action12 Webapp2 contains action21 and actio