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 2.2。
当我在嵌套复合组件中使用 ui:repeat 时,(复合组件是其他复合组件的子组件)我的 ViewScoped Bean 会在每个请求上创建。我该如何解决这个问题?
这绝对是 2.2.0 和复合组件的问题。我们现在在 2.2.4 中,它工作正常。