类似于这样的异常:
javax.el.PropertyNotFoundException: /customer/add.xhtml @11,70 value="#{customerBean.firstName}": Target Unreachable, identifier 'customerBean' resolved to null
在faces-config.xml中添加配置:
<application>
<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
</application>
本文介绍了一种在JavaServer Faces应用中遇到的EL表达式异常情况,并提供了解决方案,即通过在faces-config.xml文件中配置SpringBeanFacesELResolver来避免因EL解析问题导致的PropertyNotFoundException。
3180

被折叠的 条评论
为什么被折叠?



