JAR bundles are resolved through a class path environment variable, which doesn't provide a robust framework to manage JAR dependencies.
jar包通过类路径环境变量解析,而这并未提供管理JAR依赖关系的可靠框架。
You first need to ensure that you have the Spring-JSF integration configured, which is handled by a custom variable resolver included with the Spring framework (see Resources).
首先需要确保已经配置了 Spring-JSF 集成,它由 Spring 框架附带的一个定制变量解析器进行处理(见 参考资料)。
Keep in mind that Seam is an extension to the JSF framework, so any variable that is accessible to JSF is also accessible to Seam.
请记住Seam是JSF框架的扩展,因此JSF可以访问的任何变量也可以被Seam访问。
应用推荐