Hello,
is there any way then to include a JSP page in a servlet, which is mapped to /*? I tried
doing simply request.getRequestDispatcher("/mypage.jsp").include(request,
response); but this invokes the servlet and causes a loop.
--
Cheers,
Adam
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957806#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...