Why can\'t I get this to work in my Controller
@RequestMapping(method = RequestMethod.POST)
public String onSubmit(
Model model,
@ModelAttribute(\"fo
It is possible to define a urlBasedViewResolver in your properties file:
excel.(class)=fi.utu.seurantaraporttisuodatin.service.Raportti
index.(class)=org.springframework.web.servlet.view.urlBasedView
index.viewClass =org.springframework.web.servlet.view.JstlView
index.prefix = /WEB-INF/jsp/
index.suffix =.jsp