from webmvc-config.xml ...
<bean class="org.springframework.web.servlet.view.UrlBasedViewResolver" id="tilesViewResolver"> <property name="viewClass"...
Type: Posts; User: jwsprng; Keyword(s):
from webmvc-config.xml ...
<bean class="org.springframework.web.servlet.view.UrlBasedViewResolver" id="tilesViewResolver"> <property name="viewClass"...
I'm still getting my head wrapped around spring mvc (using roo 1.1.5/EclipseLink for ORM) ... I have done some .Net MVC2 and limited work with Struts 1.x.
If I don't add modelMap or ModelAndView...
I've seen others have this problem (on forums etc.). The most common solution is to make sure you are using a JDK and that JAVA_HOME is set to the JDK.
STS.ini has
-vm
C:\Program...
I'm suffering from this too. Have set JAVA_HOME (for system and for my user's profile) to the JDK path. STS.ini also says
-vm
C:\Path\to\JDK\bin\javaw.exe
Despite that, the error still comes...