Hi,
i am creating a simple Spring Mvc. Html -> Controller ->
jsp.
i return the jsp as a ModelAndView Object.
i encountered the following exception.
java.lang.NoSuchMethodError: org.springframework.web.context.ConfigurableWebApplicationContext.setConfigLocation(Ljava/lang/String;)V
Any help on this