JSF - Compilar taglibs en eclipse

 
Vista:

Compilar taglibs en eclipse

Publicado por Randall Alpizar (1 intervención) el 25/10/2007 17:42:03
buen día

soy totalmente nuevo con Spring y TLDs, al respecto tengo varios problemas.

Resulta que no puedo compilar los tabLib desde Eclipse 3.0. Adjunto la declaración de los URI´s:

<HEAD>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META name="GENERATOR" content="IBM Software Development Platform">
<META http-equiv="Content-Style-Type" content="text/css">
<LINK href="theme/SIGE.css" rel="stylesheet" type="text/css"/>
<LINK href="theme/menu.css" rel="stylesheet" type="text/css"/>

El standard.jar y el jstl.jar los tengo copiados en el directorio WEB-INF/lib. Los problemas que tengo son:
1-cuando compilo se aprecian los siguientes errores:

Error Resource
Cannot find the tab library descriptor for http://java.sun.com/jsf/core sigetr.jtpl
Cannot find the tab library descriptor for http://java.sun.com/jsf/core welcome.jtpl
Cannot find the tab library descriptor for http://java.sun.com/jsf/html sigetr.jtpl
Cannot find the tab library descriptor for http://java.sun.com/jsf/html_extended sigetr.jtpl

2-el otro punto es que las direcciones de los URIs ya no están disponibles, es decir, ya no se pueden acceder (http://java.sun.com/jsf/html, http://www.ibm.com/jsf/html_extended, http://java.sun.com/jsf/core).

He leído información sobre tagLib pero no le llego, lo otro importante es q estoy utilizando el frameWork Spring 2.0.

De antemano muchas gracias!!
Randall Alpízar Porras.
[email protected]
[email protected]
[email protected]
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder