Hi All,
Am facing this issue since a few days and couldn't solve it.Kindly help me in getting
it resolved.
I have this piece of code for your reference.
NetCheckBody.main(request1, response, out, isServlet, rootVirtualPath,
rootPhysicalPath);
out.close();
The main method has this code that causes the problem
RequestDispatcher reqDis =
httpRequest.getRequestDispatcher("/"+coBrandIndexPage);
reqDis.forward(httpRequest,response);
coBrandedIndexPage is a jsp page.
Thanks in advance
Ram
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067532#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...