Lisa wrote:
Currently we are using JSF IoC container but need some features in Spring 2.0 IoC. Will <t:saveState> continue to work if we switch to Spring 2.0 to manage the backing beans at a request scope level?
I don't believe that would cause any problem. All that is necessary for t:saveState to work is that its value expression can be read (at end of render phase) and written (at restore-view phase).

