Warning: This page calls for XML namespace declared with prefix a but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix img but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix img but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix div but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix div but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix div but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix div but no taglibrary exists for that namespace.
Ainda não cheguei a implementar em JSF 2.0, mas nas versões anteriores com uso do faceletes (se não me engano, existe a obrigatoriedade do faceletes no JSF 2.0), você definia com as tagas do facelets, normalmente nomeadas como: UI. E quando usado o template você dizia em que parte do template estaria inserindo aqueles trechos de código.
Galera eu sei que o post já tem um tempo mais como estou com esse problema e tudo que está no post eu já fiz e não funcionou gostaria de saber se alguem pode me ajudar?
Essas são as tags da minha pagina de Template
<?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:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.prime.com.tr/ui"
xmlns:ui="http://java.sun.com/jsf/facelets">
e essas são as tags da pagina que eu utilizo esse template
<?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">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.prime.com.tr/ui"
xmlns:h="http://java.sun.com/jsf/html"
template="meuTemplate.xhtml"
xmlns:f="http://java.sun.com/jsf/core">
Estou usando o Primefaces 2.2 e as mensagens do mesmo.