jeff dwyer's blog
vox clamantis in interneto
jquery
gist JS
Wednesday, August 16, 2006
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--
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment