Two button:
button A and button B after clicking it will redirects to same page. I need to change the Page title of it. If A is clicked then Page A and B is clicked then Page B.
Tried Solutions:
Took one Page Item : p_page_title
On click of button A: Set values into p_page_title with values(Page A)
On click of button B: Set values into p_page_title with values(Page B)
Calling it on Page Title: &p_page_title.
It works for Region Title but not for page title.