[richfaces-issues] [JBoss JIRA] Updated: (RF-8139) Impossible to set a title in rich:page with <f:facet name="pageHeader" >

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Nov 17 17:19:00 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-8139:
-------------------------------

    Attachment: rf8139_page.xhtml


> Impossible to set a title in rich:page with <f:facet name="pageHeader" >
> ------------------------------------------------------------------------
>
>                 Key: RF-8139
>                 URL: https://jira.jboss.org/jira/browse/RF-8139
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0.SR1
>         Environment: jboss 4.2.2/jdk1.6/richface 3.2.0sr1
>            Reporter: D'Alton Jean-Adrien
>            Assignee: Nick Belaevski
>         Attachments: rf8139.xhtml, rf8139_page.xhtml
>
>
> It is impossible to set title of a page with facet PageHeader :  the generated page generate 2 titles wich an empty title is in first position:
> :
> Source of generated page  from firefox:
> -----------------------------------------------------
> <html lang="fr" xmlns="http://www.w3.org/1999/xhtml">
> <head>
>        <title></title>
> 	<title>My title for a page</title>
> .....
> .xhtml page :
> ---------------
> <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="#{prefs.layout.width}" sidebarWidth="#{prefs.layout.sidebarWidth}"
>     sidebarPosition="#{prefs.layout.position}" oncontextmenu="return false;" >
>     
> <f:view contentType="text/html" > <!-- safari compatibility --> 
>  
>  <f:facet name="pageHeader"> 	
> 	<title><ui:insert name="title" /></title>
> </f:facet>

-- 
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