[
https://jira.jboss.org/jira/browse/RF-7320?page=com.atlassian.jira.plugin...
]
Andrey Markhel resolved RF-7320.
--------------------------------
Resolution: Incomplete Description
Assignee: Tsikhon Kuprevich (was: Andrey Markhel)
I can't reproduce this situation. More, I don't understand your code.
Sidebar - it is region that contains all components that placed inside<f:facet
name="sidebar">, in your code this facet is not present.
I try livedemo sample, remove from layout sample facet sidebar, but all works fine.
Please, add more information about your issue
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
Components: component-panels-layout-themes
Affects Versions: 3.3.1
Environment: richfaces 3.3.1GA/jboss 4.2.2
Reporter: Adrien
Assignee: Tsikhon Kuprevich
Fix For: 3.3.2.CR1
Time Spent: 3 hours
Remaining Estimate: 0 minutes
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