MyEclipse 无法识别 JSF 标签

发布于 2024-10-19 04:51:20 字数 372 浏览 1 评论 0原文

我是 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 技术交流群。

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

发布评论

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

评论(1

幸福不弃 2024-10-26 04:51:20

您是否已在 XHTML 文件中添加了标签库?

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:p="http://primefaces.prime.com.tr/ui">
</html>

Have you added the tag libraries in your XHTML file ?

<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:p="http://primefaces.prime.com.tr/ui">
</html>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文