cancel
Showing results for 
Search instead for 
Did you mean: 

Message Area

Former Member
0 Kudos

How can I clear the message area?

I invoke the method clear_messages on my message manager before writing new messages. But I

consider to see the old messages as well.

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

Hello Gregory,

is it that you are having a problem:

1) clearing all the messages?

in this case you seem to have the right method. But remember that message managers are component based - if you raise messages in two different components they are probably different instances of the message manager that you are using.

or

2) clearing certain messages only - leaving some but removing others?

then use the methods GET_MESSAGES to get a list of current messages and REMOVE_MESSAGE to remove an individual message from that list.

I'd also suggest that you investigate using the FPM for your application and use the FPM message manager.

Answers (1)

Answers (1)

Former Member
0 Kudos

Incorrect answer, so removing it..

Edited by: Manas Dua on May 13, 2010 4:18 PM