【发布时间】:2014-12-08 09:30:45
【问题描述】:
converter="entityConverter" 和 converter="#{entityConverter}" 有什么区别吗?
最初,我的应用程序使用这样的代码作为一个魅力:
<p:selectOneMenu id="civilityId"
value="#{customerController.selected.civilityId}"
converter="civilityConverter"> ...
但是当我将converter="civilityConverter" 更改为converter="#{civilityConverter}" 时,
我收到此错误:
Grave: Error Rendering View[/customer/index.xhtml]
javax.el.PropertyNotFoundException: /customer/Edit.xhtml @30,186
value="#{customerController.selected.civilityId}":
Target Unreachable, 'null' returned null
感谢您的帮助。
【问题讨论】: