简体   繁体   English

找不到“ http://richfaces.ajax4jsf.org/rich”的标签库描述符

[英]Can not find the tag library descriptor for “http://richfaces.ajax4jsf.org/rich”

I've been trying migrating my project from JSF 1.0 and RichFaces 3.1.4 to JSF 2.2 and RichFaces 4.5.2. 我一直在尝试将项目从JSF 1.0和RichFaces 3.1.4迁移到JSF 2.2和RichFaces 4.5.2。

I want to keep the pages JSP formatted (is it even possible?) 我想让页面保持JSP格式(甚至可以吗?)

While replacing the jars of RichFaces I get the following error: 更换RichFaces罐子时,出现以下错误:

Can not find the tag library descriptor for " http://richfaces.ajax4jsf.org/rich " 找不到“ http://richfaces.ajax4jsf.org/rich ”的标记库描述符

What is the cause to this error? 此错误的原因是什么?

JSP is deprecated since JSF 2.0. 从JSF 2.0开始不推荐使用 JSP。 It's succeeded by Facelets (XHTML). Facelets(XHTML)的继任者。 Therefore, JSF 2.0 compatible component libraries like RichFaces 4+ and PrimeFaces 2+ do not support JSP anymore. 因此,像RichFaces 4+和PrimeFaces 2+这样的JSF 2.0兼容组件库不再支持JSP。 Those component libraries do not contain JSP taglibs anymore. 这些组件库不再包含JSP标签库。 Hence this error. 因此,此错误。

Migrate JSP to its successor Facelets. 将JSP迁移到其后续Facelets。

See also: 也可以看看:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到标记库描述符 - Can't find tag library descriptor 找不到“http://java.sun.com/jsp/jstl/core”的标签库描述符 - Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core” Java EE 7:找不到“ http://java.sun.com/jsp/jstl/core”的标记库描述符 - Java EE 7 : Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core” Eclipse - 找不到 uri http://java.sun.com/jsf/html 的 facelet 标签库 - Eclipse - Can't find facelet tag library for uri http://java.sun.com/jsf/html eclipse : 找不到“/struts-tags”的标签库描述符 - eclipse : Can not find the tag library descriptor for “/struts-tags” 如何为我的自定义EL函数修复eclipse 4.3中的“找不到标签库描述符” - How to fix “Can not find the tag library descriptor” in eclipse 4.3 for my custom EL function XHTML中的标签库描述符 - tag library descriptor in XHTML Eclipse“找不到自定义标签的标签库描述符”(不是JSTL!) - Eclipse “cannot find the tag library descriptor” for custom tags (not JSTL!) 在Maven Eclipse项目中找不到Spring框架的标签库描述符 - cannot find tag library descriptor for spring framework in maven eclipse project JSF + RichFaces在页面中为我提供了HTTP Status 404 - JSF + RichFaces gives me an HTTP Status 404 in my pages
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM