【发布时间】:2013-02-06 17:45:48
【问题描述】:
我想知道,因为我遇到了 ApplicationScoped 托管 bean 和一个带有
static {
//some code that accesses an application bean
}
其中扩展 ApplicationScoped bean 的部分
我将 JSF 2.1.17 与 Tomcat 7 一起使用。
【问题讨论】:
标签: jsf jsf-2 tomcat7 managed-bean