Problema com Ice Faces no Eclipse

0 respostas
Vinicius_Sartori

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>
			&lt;ice:inputFile id ="inputFileComponent" file ="#{uploadMB.arquivo}" uniqueFolder="false"/&gt;<br>
			&lt;ice:message for ="inputFileComponent"/&gt;<br>
			&lt;ice:
		
        &gt;&lt;/ice:form&gt;

    &lt;/f:view&gt;
  &lt;/body&gt;
&lt;/html&gt;
Criado 2 de junho de 2008
Respostas 0
Participantes 1