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\"
<
Well, for one your servlet mapping config doesn't quite look right: you have this:
SearchController /Search HomeController
Notice the 2 servlet-mapping lines?
servlet-mapping
I expect you just have an error in your web.xml file: your code looks fine.