开发者

Why javax.el.PropertyNotFoundException:?

开发者 https://www.devze.com 2023-04-12 12:19 出处:网络
javax.el.PropertyNotFoundException: /WEB-INF/flows/claimant/check/wireForm.xhtml @52,165 value=\"#{checkViewModel.check.wireInfo.originationInfo.referenceNo}\": Target Unreachable, \'originationInfo\'

javax.el.PropertyNotFoundException: /WEB-INF/flows/claimant/check/wireForm.xhtml @52,165 value="#{checkViewModel.check.wireInfo.originationInfo.referenceNo}": Target Unreachable, 'originationInfo' returned开发者_高级运维 null on 'com.bfds.saec.domain.WireInfo'


The error just says that the value returned for originationInfo from your bean com.bfds.saec.domain.WireInfo is NULL. You need to ensure that a non-null value is returned.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号