Pessoal, estou seguindo o exemplo da pagina do Richfaces (PANEL - http://livedemo.exadel.com/richfaces-demo/richfaces/panel.jsf?c=panel&tab=usage).
Percebi que o resultado final não sai como esta no exemplo. Não esta separando o titulo (header) do restante, esta ficando tudo junto. Alguém me ajuda??
Favor vejam o arquivo anexo.
Página:
<%@ page language=“java” contentType=“text/html; charset=ISO-8859-1” pageEncoding=“ISO-8859-1”%>
<%@taglib prefix=“f” uri=“http://java.sun.com/jsf/core”%>
<%@taglib prefix=“h” uri=“http://java.sun.com/jsf/html”%>
<%@taglib prefix=“a4j” uri=“http://richfaces.org/a4j”%>
<%@taglib prefix=“rich” uri=“http://richfaces.org/rich”%>
<rich:panel>
<f:facet name="header">
Write your own custom rich components with built-in AJAX support
</f:facet>
The CDK includes a code-generation facility and a
templating facility using a JSP-like syntax. These capabilities help
to avoid a routine process of a component creation. The component factory
works like a well-oiled machine allowing the creation of first-class
rich components with built-in Ajax functionality even more easily than
the creation of simpler components by means of the traditional coding
approach.
</rich:panel>
</f:view>
Desde já agredeço.
