SURESH GUDIVADA wrote:
Hi,
I have tried using request.getRequestDispatcher.forward() and returning the
actionforward to null
I used the below code
String customURL = getcustomURL();
RequestDispatcher req = request.getRequestDispatcher(customURL);
req.forward(request, response);
But it is not
Hi,
I have tried using request.getRequestDispatcher.forward() and returning the
actionforward to null
I used the below code
String customURL = getcustomURL();
RequestDispatcher req = request.getRequestDispatcher(customURL);
req.forward(request, response);
But it is not working. it always pre-
2 matches
Mail list logo