Hello All,
I have one
servlet in which i have code to return to forward the response to the corresponding
JSP's
I had to create another servlet and get some logic there and in its service method i have made some out.println statement to be printed on the jsp
so from the first servlet i have to call the second one and display the output from the second onto a jsp, please help me with this
i am not able to do it because i am trying to use the getservlet method to get the servlet but that method is deprecated so i am getting a null here
thanks in advance