Estou começando a ver algumas coisas em Facelets, configurei o projeto no eclipse com o TomCat 7.0.
Quando eu uso as tag <label jsfc=“h:outputLabel” for=“email”>EMail:</label>, aparece a seguinte informação “Undefined attribute name(jsfc)”.
O cabeçalho da página tem a seguinte informação.
<?xml version=“1.0” encoding=“ISO-8859-1”?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui=“http://java.sun.com/jsf/facelets”>
Alguém poderia me ajudar?? O que estou esquecendo de colocar no ambiente.
Desde já o meu muito obrigada.