cancel
Showing results for 
Search instead for 
Did you mean: 

Message Area Visibility

Former Member
0 Kudos

Hello Everyone,

I have a message area defined and placed inside a group in my View.

When no messages are displayed in this Message Area, it shows up as a small dot on the screen which I want to do away with.

Hence I have binded the visibility to a context attribute and set the visibility of the group dynamically.

I am setting the visibility of the group to false at the begining of every actionhandler. I set it to "true" one step before I report a message using

WdComponentAPI.getMessageManager.

This works fine except for built in exceptions that get thrown. Since these are not coded explicitely by me I am not able to set the visibility of the Group and these exceptions do not get displayed on the screen.

Eg. If i input an invalid date format the date field is highlighted in red but there is no display in the message area.

Basically I want to get rid of the small Dot that shows up on the screen due to the group when no messages are displayed. Can someone please suggest what I can do under current scenario or suggest a better method.

Thanks and Regards

Ashwin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashwin,

This could be a bug !!

You can not anything as you don't have any handle to that exception .

Are you working on NW 04s ?

Regards, Anilkumar

ashwin_bhat
Participant
0 Kudos

Hi AnilKumar,

Thanks for the reply.

I am working on NW2004 SP16.

Regards,

Ashwin

Answers (1)

Answers (1)

ashwin_bhat
Participant
0 Kudos

Closing the Post. This could be a bug.