APEX Notification Message Box
I'm using APEX 4.1.0.00.32 with Theme 22. My APEX application uses some legacy PL/SQL which tends to raise lengthy application error messages. These messages appear in the notification message box on the APEX page (#NOTIFICATION-MESSAGE#), but these messages are not formatted the way I would like.
If there is a chr(9) or a html break tag in the message raised by the PL/SQL, the line breaks are stripped out at some point before they get to the APEX page. I really need line breaks in these messages.
And there seems to be a limit to the number of characters displayed. I've looked all through the css and I don't see where the height of the box is limited in the css. The message must be truncated before the page gets rendered.
I am migrating from Oracle Designer, and these messages appear full length and with line breaks using Oracle Designer. My users would like to see this in APEX.
Thanks,
Jackie
Edited by: JackieW on Aug 16, 2012 11:51 AM