I believe I found the problem. It wasn't a configuration problem but rather a problem with the form controller. Having said that, I feel that a class such as SimpleFormController should be useable...
Type: Posts; User: davidmitchell; Keyword(s):
I believe I found the problem. It wasn't a configuration problem but rather a problem with the form controller. Having said that, I feel that a class such as SimpleFormController should be useable...
Here is the velocity related config information
<bean id="velocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
<property...
I'm using the released version of 1.1 now, and that particular error is not there anymore, however, I still get the exception, and while running through the log I noticed the following error:
...
After a bit more looking, I've found this in the log:
2004-09-09 11:04:56,119 INFO [org.springframework.web.servlet.view.ResourceBundleViewResolver] - <Cached view 'loginForm_en_US'>...
I haven't changed anything via the *-servlet.xml, or via the setCommandName method.
I originally had more code in the template, but cut everything out until I just had the one command that threw...
I've been getting the following error, no matter what I've tried.
Could not find Errors instance for bean [command] in request:
I've got this in my controller: