Bom galera so novo aki, mais tem essa pagina xhtml que quando executo meu projeto não aparece o panelGrid, fica um espaço em branco, e so mostra o "Logar Sistema" como um texto normal, nada do panelGrid. Ja tenho todos os jar do primefaces no sistema. Se alguem poder me ajuda agradeço.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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.org/ui">
<!--f:view-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<h:head>
<title>Login Coordenador/Aluno</title>
</h:head>
<h:body>
<link href="./ProLanding_files/style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" type="text/css" href="Untitled-2.css" />
<link rel="stylesheet" type="text/css" href="Untitled-1.css" />
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
width:132px;
height:395px;
z-index:1;
left: 11px;
top: 250px;
}
#apDiv2 {
position:absolute;
width:1049px;
height:68px;
z-index:2;
left: 151px;
top: 133px;
}
#apDiv3 {
position:absolute;
width:401px;
height:41px;
z-index:1;
left: 323px;
top: 217px;
}
#apDiv4 {
position:absolute;
width:136px;
height:427px;
z-index:1;
left: 13px;
top: 238px;
}
#apDiv5 {
position:absolute;
width:167px;
height:62px;
z-index:6;
left: 52px;
top: 587px;
}
#apDiv6 {
position:absolute;
width:172px;
height:76px;
z-index:7;
left: 51px;
top: 672px;
}
-->
</style>
<!--/head-->
<!-- start header -->
<div id="navMenu"> <ul>
<li><a >Pagina Inicial</a>
</li>
</ul>
<ul>
<li><a >Login Aluno</a>
</li>
</ul>
<ul>
</ul>
</div>
<div class="header">
<div class="cont"><a ><img /></a><img />
<ul >
<li>Sistema CEPEP</li>
<li>O seu melhor jeito de solicitar projetos.</li>
</ul>
<div class="clear"></div>
</div>
</div>
<!-- end header -->
<!-- start newsletter -->
<div class="newsletter">
<div class="cont">
<!-- start form -->
<form action="" class="newsletter_form">
</form>
<div class="clear"></div>
<!-- end form -->
</div>
</div>
<p></p> <p></p>
<!--body background="Imagens/Fundo2.jpg"-->
<f:view>
<center>
<h:form id="form">
<h:panelGrid columns="2">
<f:facet name="header">
Logar Sistema
</f:facet>
<h:outputLabel for="CPF" value="CPF: " />
<p:inputText id="cpf" value="#{CoordenadorProfessorController.usuario.CPF}" size="50" required="true" requiredMessage="Campo Obrigatório"/>
<h:outputLabel for="Senha" value="Senha: " />
<p:password id="login" value="#{CoordenadorProfessorController.usuario.login}" size="50" required="true" requiredMessage="Campo Obrigatório" />
<f:facet name="footer">
<p:commandButton type="button" value="Logar" action="#{CoordenadorProfessorController.logar}" icon="ui-icon-check" style="margin:0"/>
<p:commandButton type="button" value="Novo Usuario" action="CadastroCoordenadorProfessor.faces" icon="ui-icon-check" style="margin:0"/>
<p:commandButton type="button" value="Voltar" action="welcomeJSF.faces" icon="ui-icon-check" style="margin:0"/>
</f:facet>
</h:panelGrid>
</h:form>
</center>
</f:view>
<br/>
<p></p>
<!-- start footer -->
<div class="footer">
<div class="cont">
<ul >
<li >
<h3>Duvidas</h3>
<ul>
<li><a href="http://www.uniformg.edu.br" >Unifor-MG</a></li>
</ul>
<p></p>
</li>
<li >
<h3>Categorias</h3>
<ul>
<li><a >Contato</a></li>
</ul>
</li>
<li >
<h3>Rede Social</h3>
<ul >
<li><a href="http://www.facebook.com">Facebook</a></li>
<li><a href="http://twitter.com">Twitter</a></li>
</ul>
</li>
</ul>
<div class="clear"></div>
<div class="hr2"></div>
<p>Todos direitos reservados.</p>
</div>
</div>
<!-- end footer -->
</h:body>
<!-- /f:view-->
</html>