JDeveloper 找不到 f:view 的 beforePhase 方法

发布于 2024-10-08 22:50:26 字数 349 浏览 2 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空袭的梦i 2024-10-15 22:50:26
beforePhase="#{bean.method}"

很好。如果该方法存在于 bean 中,则这是一个 jdev bug。顺便说一句,对于带有 Facelets 的 jsf 1.2,它是 beforePhaseListener

beforePhase="#{bean.method}"

Is fine. If the method exists in the bean, it's a jdev bug. Btw, for jsf 1.2 with facelets it is beforePhaseListener

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文