Comment #1 on issue 560 by nicolas.antoniazzi: RequestDispatcher forward fail if served page is the the welcome file
http://code.google.com/p/google-guice/issues/detail?id=560

Just another precision :
if the url is http://localhost:8080/myApp/index.jsp ==> it works
if the url is http://localhost:8080/myApp/ ==> it fails

in my servlet module, I have got something like
serve("/index.jsp").with(GwtServlet.class);

and in my GwtServlet.class I do something like :
req.getRequestDispatcher("/init.jsp").forward(req, resp);


--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to