NoSuchRequestHandlingMethodException for your MultiActionController?
Make sure you're returning the right type of ModelAndView from your MultiActionController.
import org.springframework.web.servlet.ModelAndView; --good--
import org.springframework.web.portlet.ModelAndView; --bad, and very frustrating--
import org.springframework.web.servlet.ModelAndView; --good--
import org.springframework.web.portlet.ModelAndView; --bad, and very frustrating--