Servlet Path Format to provide in RequestDispatcher
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 and seems like not able to find this above path.
Please provide me a working solution ASAP.