Eclipse找不到从CVS导入的JSF项目的标签库描述符 [英] Eclipse can't find tag lib descriptor for JSF project being imported from CVS

查看:138
本文介绍了Eclipse找不到从CVS导入的JSF项目的标签库描述符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我第一次尝试从CVS导入项目,并且收到错误消息找不到标签库描述符",下面的两个taglib行都收到了该错误.关于如何解决此问题的任何想法?

I'm trying to import a project from CVS for the first time and I'm receiving the error "Can't find tag lib descriptor for " I'm receiving it for both of the taglib lines below. Any ideas on what I can do to troubleshoot this?

其中一个JSP的代码段.

Snippet from one of the JSP's.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>

推荐答案

正如@BalusC所说,我的选择是关联您的动态Web项目.您可以在项目属性中执行此操作,单击项目构面并添加JSF.您可以查看此月食说明:

As @BalusC said, my option is associate your dynamic web project. You can do it in your project properties, click on project facets and add JSF. You can check this eclipse instructions:

查看全文

相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆