Using APEX 5 with the Universal Them.. I have a inline dialog that I wish to have a dynamic title and message display... I have built the region, have the region title be set to &P1_MESSAGE_TITLE. This a page itm on the page, a hidden item. I have a before header computation that sets the value to 'Message Title' and another page item called P1_MESSAGE_TEXT that sets the page item to Message Text.
I have a button on the page that calls a dynamic action when clicked. The dynamic action originally just displayed the dialog (using JavaScript action: openModal('msg_dialog');).
All fine and good, when the dialog is displayed, these values are displayed... However I want the title and message to be dynamic, so I added tow actions to the dynamic action, BEFORE The JavaScript call to set the items with different values. However, for the life of me, the values will NOT display properly in the dialog. They revert to the previously set values..
Example is here:
URL: https://glassfish1.revion.com/apex/f?p=4550:1:29845259586801:::::
workspace:homeworld
user: demo
password: demo
App : 227 Dialog Demo
Page 1..
Any help would be appreciated..
Thank you,
Tony Miller
Los Alamos, NM