OK, I have a test page with the Set Page Title and Keywords component and am using another component with this XSL:[html] $PAGE_SCOPE[title] [/html]I end up with empty h1 tags and the page title is still set to whatever was in the Page Settings before, it is a required field, so it cannot be emptyWhat am I missing ?
How are you setting up the Page Title and Keywords? Can you share the code?
Also you are trying to setup communication between 2 different components using $Page_Scope which i think is not possible. you will have to write down a page level controller to set some values and then you can get the value in any component used on the page.