Java Web App: Passing form parameters across multiple pages
        Posted  
        
            by digiarnie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by digiarnie
        
        
        
        Published on 2010-04-05T23:46:20Z
        Indexed on 
            2010/04/05
            23:53 UTC
        
        
        Read the original article
        Hit count: 283
        
Hi, what is the best practice or best way of passing form parameters from page to page in a flow? If I have a flow where a user enters data in a form and hits next and repeats this process until they get to an approval page, what ways could I approach this problem to make the retention of data as simple as possible over the flow?
I guess you could put all the information as you go in the session but could you get into memory issues if a lot of people are using your app and going through the flow at the same time?
© Stack Overflow or respective owner