Using Web Flow 2 in JSF application
        Posted  
        
            by Tesnep
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tesnep
        
        
        
        Published on 2010-06-17T03:02:25Z
        Indexed on 
            2010/06/17
            3:03 UTC
        
        
        Read the original article
        Hit count: 321
        
Hi, I created a JSF cart application which runs just fine. I am using 'redirect' to fix the problem with refresh. The problem is when there is multiple page flow logic like if you haven't signed up you need to sign up or create an account, and once you do that you need to be redirected back to where you were when you were asked to sign up in the first place. So my goal is to use Web Flow 2 in order to make navigation rules easier to code. I have been working on them separately but I don't know how to merge so that Web Flow can handle navigation instead.
Any help is very much appreciated. Thanks.
© Stack Overflow or respective owner