Spring MVC Application - How do I set a session scoped bean value
问题 In my application I need to gather information on one screen and then display it on the next. I have selected to store this information in a bean with a scope set as session ( it will be used in several other screens after the initial data gathering screen) The Manager is configured as follows: <bean name="/springapp.htm" class="foo.bar.controller.springcontroller"> <property name="sessionBeanManager" ref="sessionBeanManager" /> </bean> The bean is configured as follows : <bean id=