您的位置:首页 > 编程语言 > Java开发

JSF2.0+SPRING target unreachable identifier resolved to null

2013-05-10 22:22 816 查看
类似于这样的异常:

[code]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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐