eu estou tentando criar um sisteminha de upload no iceFaces mais estou tendo problemas com a taglib dele, ele não reconhece, e eu instalei o plugin corretamente no eclipse, abaixo segue o codigo do meu arquivo
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>ICEfaces, Ajax for Java EE</title>
<link rel="stylesheet" type="text/css" href="./xmlhttp/css/xp/xp.css" />
</head>
<body>
<f:view>
<ice:form>
<ice:inputFile id ="inputFileComponent" file ="#{uploadMB.arquivo}" uniqueFolder="false"/><br>
<ice:message for ="inputFileComponent"/><br>
<ice:
></ice:form>
</f:view>
</body>
</html>