How to use same view-state with different views in spring web flow
        Posted  
        
            by Explorer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Explorer
        
        
        
        Published on 2010-03-13T20:41:57Z
        Indexed on 
            2010/03/13
            20:45 UTC
        
        
        Read the original article
        Hit count: 193
        
springwebflow
|spring-mvc
Hey Guys, I am trying to find the way to use same view-state but with different views so that based on where it is being called, I can provide different view to the user.
For instance, trying to achieve as follows:
Please share your experience so that I can achieve this functionality easily.
© Stack Overflow or respective owner