`
dawuafang
  • 浏览: 1105619 次
文章分类
社区版块
存档分类
最新评论

JSF2.0+SPRING target unreachable identifier resolved to null

 
阅读更多

类似于这样的异常:

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>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics