cancel
Showing results for 
Search instead for 
Did you mean: 

Clean MessageArea

Former Member
0 Kudos

Hi friends

How do I clean the messageArea once an exception has been caught????

Thank you

yuval

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

if you are working with fpm webdynpro application you can use this code in your application

fpm.getMessageManager().deleteAllMessages(wdComponentAPI.getComponent());

may be it will help you,

Cheers,

Appu

Former Member
0 Kudos

Hi Appu

What is fpm?

I use

IComponentAPi.getMessageManager().report.....

Thank you for your help. I appreciate it.

yuval

Former Member
0 Kudos

HI

I hope the exceptions will automatically gets cleared with respect to the validatio you do .

Suppose , you have provided validation to catch exception to catch the null values , may be providing

the correct values would certainly not show the message .

Or Is there any special requirement you have .

Former Member
0 Kudos

Hi

1. I have a search help. if user enters the wrong date I throw an exception that is caughyt and shown

in the message area.

2. He then presses the search help and chooses the right item. But the message is still whown in

the message area because nothing clears it...

Thank you

Former Member
0 Kudos

Hi Expert

can you tell me ..extaly requirement ..my point of view.

just call anather action then massage area may be vanis in your view.

thanks

jati