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.
我正在使用 Seam 和 Java 编写程序。在我的网页上,我有一个表格供用户填写。但是,当我离开页面时;变量不清楚。离开表单页面时,有什么方法可以从我的 bean 运行 java 函数,或者有没有人知道更好的方法来执行此操作。
由于 Seam 是 Java Server Faces 的专用版本:
您可以使用以下范围:
我假设您使用的是 Session Scope,所以我的建议是您使用 Request Scope。