JDeveloper 找不到 f:view 的 beforePhase 方法
使用 JDev 11.1.1.3.0。我在源代码中选择 f:view
标记,转到 beforePhase
的方法表达式构建器,然后从支持 bean 中选择我的方法(它具有正确的签名,否则它甚至不会出现在方法表达式生成器中)。尽管如此,JDev 仍然给我错误“未找到引用‘method_name’”。
似乎与 Oracle 论坛上的此帖子中提到的问题相同。
有什么想法吗?这是 JDev 错误还是我搞砸了阶段侦听器的定义?
Using JDev 11.1.1.3.0. I select the f:view
tag in the source, go to the method expression builder for beforePhase
and select my method from the backing bean (which has the correct signature, otherwise it wouldn't even show up in the method expression builder). Still, JDev gives me the error "Reference 'method_name' not found".
Seems to be the same problem as mentioned in this thread on the Oracle forums.
Any ideas? Is this a JDev bug or am I screwing up the definition of the phase listener?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很好。如果该方法存在于 bean 中,则这是一个 jdev bug。顺便说一句,对于带有 Facelets 的 jsf 1.2,它是
beforePhaseListener
Is fine. If the method exists in the bean, it's a jdev bug. Btw, for jsf 1.2 with facelets it is
beforePhaseListener