Why javax.el.PropertyNotFoundException:?

362 Views Asked by At

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'

1

There are 1 best solutions below

0
On

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.