Hi
I have the situation in APEX 5.0.1 where I am submitting a page
The page has two processes.
The two processes are named "Process One" and "Process Two"
Each has a respective sucess message named "Process One Completed" and "Process Two Completed"
When I submit the page the notication says:
Process One CompletedProcess Two Completed
**
**
i.e the two messages appear concatenated without a space
As this is not suitable for a user, I would prefer the success messages be placed in multiple notifcations or the success messages placed on multiple lines of one notification.
I attempted to perform the latter by changing the success message of Process Two to:
- <br>Process Two Completed
- <p>Process Two Completed
Both of which resulted in the HTML being stripped out of the message.
Please could you assist in providing a workaround or confirm a bug number.
Regards
Matt
Also related; I'm using a JQuery commend to fade out the message over 3 seconds. Is there a way to provide/modidy Notification Messages with fadetime outs?