How to control where the Messages appear on a Page

Hello.

I use Apex 4.2.1 on mod_plsql and Oracle 11 g 3.  My application uses theme 21.

I noticed a strange behavior.  All my messages page such as the success of process messages ('changes have been saved") and even validation error messages ("date field must have the value") will all be displayed at the bottom of my page.  The users do not know still an error has occurred or that their database changes have been successfully saved until they literally put you at the bottom of the page.

My page happens to have several regions (HTML, report, form) some of which are "children" of the parts of 'parent '.  It's just the way I need to position the different regions on this particular page.

If anyone knows why these messages appear at the bottom of the page?

I want to display them all at the top of the page.

Any son of tips/suggestion how to control the placement of the message on a page would be much appreciated.

Thank you.

Elijah


The placement of messages are defined in the page template.

If anyone knows why these messages appear at the bottom of the page?

You put your regions in a position in the region above the location of the messages.

Change one of the regions and in the "User Interface" section, there is the field "View Point".  Click on the flashlight icon to the right of this field to see a presentation of the positions of the region and location of the messages.  Note that #SUCCESS_MESSAGE # and #NOTIFICATION_MESSAGE # are under some other positions (e.g. region Position 1 and Position 4 region) region

Parts of the main body of a page are normally in "body of Page Template (3).  Try changing your regions for the "body of Page Template (3)" shows point.

-Jeff

Tags: Database

Similar Questions

Maybe you are looking for