JSF 2.0 - 发布了哪个版本的 Facelets?

发布于 2024-12-23 11:17:25 字数 415 浏览 0 评论 0原文

由于今天的 2.0 jsf 实现附带了facelets,我想知道它们实际上包含哪个版本。

那么基本上,mojarra 2.0 或 myfaces 2.0 附带哪个 Facelets 版本?

这个问题基本上是在浏览 richfaces 迁移指南时出现的,该指南建议一起使用 jsf 2使用 richfaces 3.3.x:“由于 RichFaces 中来自标记处理程序类的依赖性,仍应使用 Facelets 1.1.15。” 有没有一种简单的方法可以判断打包的版本? 官方facelets页面似乎已经被废弃了。

Since todays 2.0 jsf implementation ship with facelets, I'm wondering which version they actually are including.

So basically, which facelets version ships with mojarra 2.0 or myfaces 2.0?

This question arose basically when going through the richfaces migration guide which is suggesting in context of using jsf 2 together with richfaces 3.3.x: "Facelets 1.1.15 should still be used because of dependencies in RichFaces from the Tag Handlers classes."
Is there an easy way to tell what version is packed? the official facelets page seems pretty abandoned.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

戈亓 2024-12-30 11:17:25

JSF 2 附带了内置的 Facelets。它基本上不再是一个单独的项目(这也是为什么官方 Facelets 页面“看起来相当废弃”)。

RF 人员试图告诉您的是,您仍然需要将旧的 Facelets 1.1.15 JAR 文件包含在 JSF 2 旁边的类路径中,以便让 RF 3.3.x 标记文件运行而不会出现依赖性问题。

JSF 2 ships with Facelets builtin. It's basically not a separate project anymore (that's also why the official Facelets page "seems pretty abandoned").

What RF guys is trying to tell you is that you still need to include the old Facelets 1.1.15 JAR file in the classpath next to JSF 2 in order to get the RF 3.3.x tag files to run without dependency troubles.

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