Duvidas com richFaces

0 respostas
L

seguinte tenho uma pagina jsf com alguns campos e algumas conteudo incluido com a tag <c:import> mas qdo coloco este conteudo num tabPanel do richfaces os botoes naum funcionam nem a pau o que pode ser isso?
Assim funciona:

&lt;%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %&gt;
&lt;%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %&gt;
&lt;%@ taglib uri="http://richfaces.org/rich" prefix="rich" %&gt;
&lt;%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %&gt;
&lt;%@ taglib uri="http://richfaces.org/a4j" prefix="a4j" %&gt;




&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;&lt;/title&gt;
		
	&lt;/head&gt;
	&lt;body&gt;
		&lt;f:view&gt;
		&lt;f:loadBundle basename="com.NASeguranca.Model.messages" var="msg"/&gt;
		&lt;center&gt;
			&lt;f:subview id="header"&gt;
			 &lt;c:import url="/view/topo.jsp"&gt;&lt;/c:import&gt;
			&lt;/f:subview&gt;  
			 &lt;rich:separator align="center" width="800"&gt;
			  &lt;/rich:separator&gt;
			
			  &lt;f:subview id="content"&gt;			
			    
			  &lt;h:panelGrid columns="2" width="548"&gt;	
			  		
			  		&lt;rich:column&gt;		     
			  	   &lt;c:import url="/view/leftBar.jsp"&gt;&lt;/c:import&gt; 
                  &lt;/rich:column&gt;
                  &lt;rich:column&gt;	  
			  	   &lt;c:import url="/view/Categoria/categoria.jsp"&gt;&lt;/c:import&gt;
			  	   
			  	   &lt;/rich:column&gt;
			  	   			  	   	
	         &lt;/h:panelGrid&gt;	         
			  &lt;/f:subview&gt;
			 
			  	 
			 
			  &lt;rich:separator align="center" width="800"&gt;
			  &lt;/rich:separator&gt;
			  
			  &lt;c:import url="/view/Statusbar.jsp"&gt;&lt;/c:import&gt;
			 &lt;/center&gt;
		&lt;/f:view&gt;
		
	&lt;/body&gt;	
&lt;/html&gt;

Mas qdo coloco um tabpanel dentro da view nao funfa valew abracos.

Criado 5 de março de 2008
Respostas 0
Participantes 1