Sharing object across screens, using Spring Webflow

后端 未结 2 1449
情书的邮戳
情书的邮戳 2021-01-24 00:59

I am trying to set up something that will look like a multiple screen process of setting up a booking for example.

  • Screen 1 Add personal information
  • Scree
2条回答
  •  悲&欢浪女
    2021-01-24 01:12

    From what it looks that you need to share object between Multiple flows. I guess you can store object in session scope

    so

    
    

    Would be changed to

    
    

提交回复
热议问题