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.
我是 jsf、bean 和所有东西的新手,但我需要在已完成的项目中将 sessionscoped bean 更改为 viewscoped。
我从哪说起呢?显然将“SessionScoped”更改为“ViewScoped”不起作用:)。
将“Sessionscoped”更改为“ViewScoped”应该可以。但唯一的问题是,您在会话中操纵的任何东西都会在页面的每个视图上刷新或消失。