Lista,
Estou aprendendo sobre facelets e usando o myeclipse.
Porém quando tento usar a tag jsfc apresenta esse erro na pagina: Undefined attribute name (jsfc).
Alguma dica?
Muito obrigado,
Marques<?xml version="1.0" encoding="UTF-8"?>
<!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:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ice="http://www.icesoft.com/icefaces/component" >
<head>
<title>ICEfaces Facelets Page</title>
<ice:outputStyle href="./xmlhttp/css/xp/xp.css" />
</head>
<body>
<ice:outputText value="Thank you for using ICEfaces." />
<ice:form>
<span jsfc="h:message"></span>
</ice:form >
</body>
</html>