My Oracle Support Banner

E-FLUID: Title In Fluid Banner Not Always Reflecting Current Component/Page When Using Classic Pages (Doc ID 2256487.1)

Last updated on APRIL 04, 2025

Applies to:

PeopleSoft Enterprise PT PeopleTools - Version 8.55 and later
Information in this document applies to any platform.

Symptoms

On : 8.55 version, Fluid UI

ACTUAL BEHAVIOR
---------------
HCM 9.2 Title in fluid banner not always reflecting current component/page

We have found that the title in the fluid banner retains the title from a previous classic component/page in certain situations.

In the GetPageTitleString function, found in the PT_UTIL html object, the code will choose the title from the field with a papagetitle style, but only if it has a role=”heading” attribute. In some cases, we have classic pages with a patransactiontitle style, and when this occurs, that field has the role=”heading” attribute instead of the papagetitle field.

When this happens, the code in GetPageTitleString falls through the logic to pick up the title from the field with a pssrchtitle style. When we transfer back to a page without a pssrchtitle field, and the papagetitle field does not have a role=”heading” attribute, it seems to use the title from the pssrchtitle field in cache (from the previous page). It doesn’t change the title in the fluid banner until we navigate back to a page that has a papagetitle field with role=”heading”.
 

EXPECTED BEHAVIOR
-----------------------
The title should come from papagetitle style without any dependencies on the role="heading" attribute.

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.