cancel
Showing results for 
Search instead for 
Did you mean: 

Message handling in Web Dynpro for Handhelds?

waldemar_schakiel
Participant
0 Kudos

Hello together,

could anyone explain me how works the message handling in Web Dynpro for handhelds?

The following statement doesn't work:

IWDMessageManager msgMan = wdComponentAPI.getMessageManager();

I would be gratefull for an example.

Regards

Waldemar Schakiel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If you are using webdynpro online, message area UI element is supported only from 7.1 EhP1. You can use IWDMessageManager

to display messages.

If you are using Mobile Applications for Handhelds perspective use WDlite class.

Regards

Vidyadhar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Try WDLite.showStatusMessage();

or

getResourceBundle method of view code if you have stored message in message pool.

Regards

Vidyadhar

Former Member
0 Kudos

Hi ,

wdComponentAPI.getMessageManager().reportSuccess("test message") will support for Blackberry.but message is coming on the top of the page.

Regards,

Pavani

Former Member
0 Kudos

Hi,

Pls try using the Message area UI Element to display messages in the screen.If you have not defined a message area messages appear at the top; if you have defined a meesage area UI element in your view layout, messages appear in that element.

Shruthi