I posted incorrect settings for the exposeSessionAttributes params this should have read
<property name="exposeRequestAttributes">
<value>true</value>
</property>
<property...
Type: Posts; User: darfed; Keyword(s):
I posted incorrect settings for the exposeSessionAttributes params this should have read
<property name="exposeRequestAttributes">
<value>true</value>
</property>
<property...
Spring 2.0.4 - I am implementing AbstractWizardFormController to handle a two page form. I am running into an issue that appears to be caused by the (in this case) VelocityViewResolver settings
...