Hi All,
I have implemented dynamic modal dialog title using all the examples on internet, and summerizing as “On Load” JS function to be below:
apex.util.getTopApex().jQuery(".ui-dialog-content").dialog("option", "title", "&Pnn_xxxxx.");
It works fine, but when i open dialog from dialog (chained), it replaces both the dialog titles instead of replacing just last opened title. Sample screenshot below:

Does anyone has idea how can this be fixed?
Thanks,
Sunil Bhatia