MyEclipse 无法识别 JSF 标签
我是 JSF 2 的新手,
我尝试设置示例 JSF 2 Web 应用程序,但遇到问题。
我正在使用 myeclipse 8.6 和 weblogic 10
我在 myeclipse 中创建了一个新的 Web 项目。然后我将facelet 1.1和myfaces 2.0.4库添加到我的项目的类路径中。我还在我的项目中添加了 primefaces 2.2.1 API。然后我尝试创建一个新的 XHTML 文件。
我的 Eclipse 无法识别某些标签,例如 "
,而且它也无法识别 识别 primefaces 标签。我对此仍然有问题。
我应该怎么办?
I am new to JSF 2
I have tried to setup a sample JSF 2 Web application, but I have a problem.
I am using myeclipse 8.6 and weblogic 10
I have created a new Web project in myeclipse. Then I added facelet 1.1 and myfaces 2.0.4 libraries to the classpath of my project. I also have added primefaces 2.2.1 API to my project. Then I tried to create a new XHTML file.
My Eclipse does not recognize some tags like "<h:head> and <h:body>"
, and it does not
recognize primefaces tags. I still have problem with this.
What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否已在 XHTML 文件中添加了标签库?
Have you added the tag libraries in your XHTML file ?