From jira-events at lists.jboss.org Thu Jun 4 11:57:14 2009 Content-Type: multipart/mixed; boundary="===============7663680690259209687==" MIME-Version: 1.0 From: Andrey Markhel (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Work logged: (RF-7249) rich:page dynamic pageTitle impossible with facelets page template and <ui:insert name="title" /> Date: Thu, 04 Jun 2009 11:47:57 -0400 Message-ID: <19317152.1244130477804.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 20041853.1243248176571.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7663680690259209687== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-7249?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:worklog-tabpanel#action_12422051 ] Andrey Markhel logged work on RF-7249: -------------------------------------- Author: Andrey Markhel Created on: 04/Jun/09 11:46 AM Start Date: 02/Jun/09 11:45 AM Worklog Time Spent: 6 hours = Work Description: Done Issue Time Tracking ------------------- Remaining Estimate: 0 minutes Time Spent: 6 hours > rich:page dynamic pageTitle impossible with facelets page template and > -------------------------------------------------------------------------= --------------------------------------- > > Key: RF-7249 > URL: https://jira.jboss.org/jira/browse/RF-7249 > Project: RichFaces > Issue Type: Bug > Components: component-panels-layout-themes > Affects Versions: 3.3.1 > Environment: Jboss4.2.2/jdk6/richfaces 3.3.1 > Reporter: Adrien > Assignee: Andrey Markhel > Fix For: 3.3.2.CR1 > > Time Spent: 6 hours > Remaining Estimate: 0 minutes > > Impossible to user with rich:page, = title is generated twice, first page rich:page (empty) second py . > Maybe a solution if titlePage is not define in rich:page, then it will be= not generated, then the title generated in i= s used. > >>> > http://www.jboss.org/index.html?module=3Dbb&op=3Dviewtopic&p=3D4232920#42= 32920 > I m just start to migrate my application to use rich:page. > I have a page templating with facelets, title is a dynamic value for the = template. > Before i used : > Code: > <ui:insert name=3D"title" /> = > to insert title page. > Code: > > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > > > = > > <ui:insert name=3D"title" /> > > > > = > But with rich:page it s seem to be impossible to use ui:insert for pageTi= tle like that: > Code: > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:a4j=3D"http://richfaces.org/a4j" markupType=3D"xhtml" > contentType=3D"text/html" theme=3D"#{prefs.layout.theme}" > width=3D"#{prefs.layout.width}" sidebarWidth=3D"#{prefs.layout.sideba= rWidth}" > sidebarPosition=3D"#{prefs.layout.position}" > > = > = > = > > > <ui:insert name=3D"title" /> > > > > > = > = -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7663680690259209687==--