I wish to redirect my servlet to calling jsp page. Though i got many jsp pages calling same servlet I cannot specify a specific jsp location in request.sendRedirect() method of servlet.
So how do I do it??
I wish to redirect my servlet to calling jsp page. Though i got many jsp pages calling same servlet I cannot specify a specific jsp location in request.sendRedirect() method of servlet.
So how do I do it??