Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个基于 Spring MVC 的向导。为了存储用户输入,我在会话中保存了一个 RegisterCustomerForm 对象。如果我通过单击“完成”或“取消”完成向导,一切正常。但是,如果用户通过单击其他链接离开向导,我也想删除会话属性。我想像对话范围之类的东西。
有什么好方法可以实现这种行为吗?
如果您可以使用 Spring 3.1,则可以利用从RedirectAttributes该版本开始提供的版本。演示如何使用该功能的示例。
RedirectAttributes