1 Reply Latest reply on May 31, 2006 2:28 AM by jaikiran

    help for calling WebModule1 from WebModule2

    tamri

      I have two independent WebModule designed by JSP+Struts. I run these 2 modules with jboss .
      Now I want from one WebModule's call second Webmodule's jsp file.I tryed
      RequestDispatcher disp = servletRequest.getRequestDispatcher("http://testsvr:8080/WebTest/TestJsp1.jsp");
      disp.forward(servletRequest, servletResponse);
      but it does't work.

      How can I do?
      Enyone can help me?
      thanks!