RHDS - Componentes não renderizam

Pessoal,

estou avaliando a ferramenta RED HAT DEVELOPER STUDIO e não estou conseguindo executar uma página simples. Os componentes não renderizam e como sou iniciante em JSF ainda fico perdido em saber o que está acontecendo.

O mesmo código abaixo após aparece no browser, quando vejo o código fonte, pois a página fica em branco.

[code]<!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:t="http://myfaces.apache.org/tomahawk"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:a4j=“http://richfaces.org/a4j”>

  &lt;head&gt;&lt;/head&gt;
  &lt;body&gt;
&lt;rich:tabPanel id="municipais" height="100%"&gt;
&lt;rich:tab id="1" label="Municipais"&gt;&lt;/rich:tab&gt;
	
&lt;rich:tab id="3" label="Estaduais"&gt;&lt;/rich:tab&gt;
	
&lt;rich:tab id="2" label="Federais"&gt;&lt;/rich:tab&gt;

</rich:tabPanel>
</body>
</html>[/code]

Alguém tem idéia do que poderia ser? Acho que é "gansisse " minha, só pode!

Obrigado pela ajuda pessoal!