- 
        1. Re: communication servlet-session bean problemmefesto78 May 21, 2002 7:20 PM (in response to project)win2000 
 //
 java version "1.4.1_02"
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
 Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
 //
 JBoss 3.2.3
 ------------
 I checked JBoss's Duke's Bank app and it worked correctly but web module is looking for in JNDI by EJBGetter static class and methods and in my app I do it in doGet(), any diff? I will check it yet.
- 
        2. Re: Forward "request" from Servlet to JSP not work !csanche7 May 22, 2002 6:49 AM (in response to project)Hi, 
 try with
 getServletConfig().getServletContext().getRequestDispatcher(URL).forward(request,response);
 Charly
- 
        3. Re: Forward "request" from Servlet to JSP not work !project May 23, 2002 10:42 AM (in response to project)Hi, 
 Thanks for your suggestion. In fact, i have tried it before but it also not work as the codes i post. is there any other methods to forwards the "request" from Servlet to JSP or is there any problem with the codes.
 Thanks for help !
- 
        4. Re: Forward "request" from Servlet to JSP not work !csanche7 May 23, 2002 11:28 AM (in response to project)That code works for me. Can you post me the URL you are using? 
 
     
    