[richfaces-issues] [JBoss JIRA] Created: (RF-7320) rich:page : impossible to use rich:page without sidebar

Adrien (JIRA) jira-events at lists.jboss.org
Wed Jun 3 16:05:56 EDT 2009


rich:page : impossible to use rich:page without sidebar
-------------------------------------------------------

                 Key: RF-7320
                 URL: https://jira.jboss.org/jira/browse/RF-7320
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: richfaces 3.3.1GA/jboss 4.2.2
            Reporter: Adrien


When using rich:page it's impossible to remove the sidebar , it s always shown.

<rich:page xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:rich="http://richfaces.org/rich"
    xmlns:a4j="http://richfaces.org/a4j" markupType="xhtml" 
    contentType="text/html" theme="#{prefs.layout.theme}"   
    width="700"      >
   
 <f:view contentType="text/html" > <!-- safari compatibility -->
 <f:facet name="pageHeader">
 	<h:panelGroup>
	<title><ui:insert name="title" /></title>
 	 <ui:insert name="keywords" />
	<ui:insert name="description" />
	<ui:include src="/WEB-INF/jspf/commons/metaspublic.xhtml" />
	<ui:insert name="dateAndDesc" />	
	</h:panelGroup>			
 </f:facet>
 <f:facet name="header">
	<ui:include src="/pub/html/defaultbanner.xhtml"/>
</f:facet>

  
  <f:facet name="footer">
   		<h:outputLink id="comp" value="/" >
				<h:outputText value="home" />
		</h:outputLink>       
    </f:facet>

<br/>
SOME BR TO show sidebar
<br/>
<br/>
<br/>
</f:view>
</rich:page>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list