I have a Spring 2.5.4 application that I am trying to configure to use Tiles
2.0.6. Everything seems fine except that once I set a session attribute during
the processing of a form, it is lost on subsequent attempts to use it by other
pages in the application. Debugging the ViewPreparer class indicates that the
sessionScope property is null. I want to use the sessionScope variable in JSTL
expressions on other pages to retrieve the attribute, but it does not retrieve
a value when used. Anyone else having this problem?