Enviado em 05/07/2016 - 16:24h
Olá pessoal tudo bem? começei um projeto web e estou com um problema com a tag do primefaces "header" eu fiz o teste só fica assim http://imgur.com/nkKst94 .Quando era pra ficar com uma borda cinza de acordo com o tutorial que estou assistindo, estou usando a ultima versão do eclipse neon e o primefaces 5.0, segue o codigo:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:p="http://primefaces.org/ui">
<head>
<title>Cadastro de Cursos</title>
</head>
<h:body>
<p:panel header="Cadastro de Cursos">
</p:panel>
</h:body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:p="http://primefaces.org/ui">
<head>
<title>Cadastro de Cursos</title>
</head>
<h:body>
<p:panel header="Cadastro de Cursos">
</p:panel>
</h:body>
</html>