Hi All,
Can Anyone Provide me a working Solution for below :
I need to forward servlet request from Servlet 1 to Servlet 2.
RequestDispatcher rd = request.getRequestDispatcher("/com/testform");rd.forward(request, respo);
where "/com/testform" is my Servlet 2 Sling Path.It's not able to forward...