MyEclipse不支持jsf2标签和richfaces 4标签
我在 myeclipse 8.5 中使用 jsf2 和 richfaces4 但我发现它不支持这些标签。 当我输入
和
IDE 显示错误:
未知资源
,我输入 a4j:
然后按“alt”+“/”,没有提示。 我该如何配置ide?
I use jsf2 and richfaces4 with myeclipse 8.5
but i find it does not support those tags.
when i enter <h:head>
and <h:form>
the ide show an error :
unknow resource
and i enter a4j:
then press "alt" + "/", there is no prompt.
how can i config the ide?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您看过 JBoss Tools 3.2 吗?它支持 JSF 2 和 RichFaces 4 - JST/ JSF 3.2.0.Beta2 新增内容
Have you taken a look at JBoss Tools 3.2? It supports both JSF 2 and RichFaces 4 - JST/JSF 3.2.0.Beta2 What's New
问题可能是您使用的是旧的 jar 文件,它没有这些功能。您应该尝试使用新的 jar 文件。
或者,问题是您可能在 lib 文件夹中添加了两个 jar,或者一个在 lib 中,另一个具有功能。
The problem is probably that you are using the old jar files, which do not have those features. You should try it with new jar files.
Alternatively, the problem is you may have added two jars in lib folder or one in lib and the other is with capabilities.