I have 2 servlets, \"HomeController\" and \"SearchController\". On the home.jsp I have a form that has a search box and when submitted actions to \"Search\"
<
You can use getNamedDispatcher:
ServletContext context = getServletContext(); RequestDispatcher requestVar = context.getNamedDispatcher("HomeController");