目标无法到达,“ empIqama”返回null

249

我收到错误目标unreachable.my xhtml文件和java文件在下面。

<h: inputText id = "iqamaType"
value = "#{manageEmployee.empIqama.aqamaType}"
styleClass = "input"
required = "true"
requiredMessage = "#{msg['iqamatype_msg']}"
style = "font-weight:bold" />

在托管bean中

public Tbl_aqama getEmpIqama() {
    return empIqama;
}

public void setEmpIqama(Tbl_aqama empIqama) {
    this.empIqama = empIqama;
}
sk85

请检查以下内容,1)正确声明了bean manageEmployee。通过注释(@ManagedBean)或使用faces-config.xml。2)确保对象empIqama不为null。

如果仍然无法解决,请共享一些代码段。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

PropertyNotFoundException:无法到达目标,“ null”返回null

错误:javax.el.PropertyNotFoundException:无法到达目标,“ null”返回null

binding =“#{cc.table}”:无法到达目标,标识符“ cc”解析为null

javax.el.PropertyNotFoundException:无法到达目标,标识符bean解析为null

javax.el.PropertyNotFoundException:无法到达目标,标识符“ unregisteredUserPost”解析为null

为什么NavMeshAgent.remainingDistance返回Infinity的值,然后在Unity中为无法到达的目标返回浮点数?

将faces-config.xml从2.2更改为2.3会导致javax.el.PropertyNotFoundException:无法到达目标,标识符“ bean”解析为null

返回“从不”的函数无法到达终点

目标C块无法返回

返回的UDP数据包缺少端口并且无法到达

我在Android中收到错误“无法到达的语句”返回

儿童计数始终返回0,无法正确到达

即使到达return语句,函数也返回null

反应TypeError:无法读取null的属性“目标”

为什么程序在堆栈展开后无法到达正确的返回指令?

python luigi:require()无法返回目标对象

javax.el.PropertyNotFoundException:无法到达目标,标识符“登录”解析为空Spring + JSF

无法在频道“ null”上发布通知目标Api是26

无法在频道“null”上发布通知目标 Api 为 27

到达ReactJS返回的数据

无法获得Mocked方法以返回null

无法实例化可能返回null的StatelessFunctionalComponent

无法在布局中找到MapFragment,返回null

无法获得Moq设置以不返回null

Spring @Autowired无法正常工作并返回null

如果无法加入则返回NULL

无法找到返回 null HTMLAgilityPack 的 xpath

MySqli返回NULL值,无法插入或选择

无法在需要整数返回类型的函数中返回NULL