【问题标题】:SpringBeanFacesELResolver not working with spring WebFlowSpringBeanFacesELResolver 不适用于 Spring WebFlow
【发布时间】:2017-08-14 13:43:44
【问题描述】:
我将SpringBeanFacesELResolver 添加到我的faces-config.xml 中,但是当我尝试使用@ManagedProperty 注入属性时,注入字段始终为空。
你知道 SpringBeanFacesELResolver 是否与 Spring WebFlow 一起工作?
【问题讨论】:
标签:
spring
jsf
nullpointerexception
spring-webflow
managed-property
【解决方案1】:
我在使用 @ManagedProperty 注入 spring bean 来管理 bean 时遇到了一些问题,我也遇到了 SpringBeanFacesELResolver 问题是 bean 有 @Transactional 注释,当我创建接口并在管理中使用接口时这个 bean 没有接口bean 注入完成,也许这对你有帮助,但我没有使用 spring webflow
注意:我想写这个作为评论,但我不知道为什么我不能