Netbeans + Facelets +杰博斯EL
我在 NetBeans 中遇到 JBossEL 问题。 Jboss EL 除了java bean 绑定之外还提供方法执行。所以代码:
<h:outputText value="#{welcomeController.getWelcome(request)}" />
是正确的并且工作正常。但 NetBeans 向我显示一个错误:
未指定默认命名空间时,函数 getWelcome 必须使用前缀
如何使 NetBeans 与 JbossEL 兼容? 如果有帮助的话我正在使用 Facelets。
I've got a problem with JBossEL in NetBeans. Jboss EL provides method execution besides java bean binding. So th code :
<h:outputText value="#{welcomeController.getWelcome(request)}" />
is correct and works fine. But NetBeans shows me an error:
The function getWelcome must be used with a prefix when a default namespace is not specified
How to make NetBeans compatilble with JbossEL ?
I'm using Facelets if it helps.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
忽略并运行。
如果这些错误让您烦恼,只需在 IDE 设置中的某个位置禁用/重新配置 JSP EL 验证器即可。
Just ignore and run.
If those errors annoy you, just disable/reconfigure the JSP EL validator somewhere in the IDE settings.