This week's giveaway is in the OCPJP forum. We're giving away four copies of Practice Tests for OCP Java 17 Certification Exam (1Z0-829) and have Paul Anilprem on-line! See this thread for details.
I know how to call a servlet froma JSP using a form. But what I want to do is call a servlet to do some processing from a servlet. I think there is a way round it using ServletDispatcher().include which will call the servlet carry out the process and then return to the calling page.