cancel
Showing results for 
Search instead for 
Did you mean: 

Choose messagearea to display messages at runtime in CE7.1

Former Member
0 Kudos

Hi,

In CE7.1 do we have option to choose messagearea dynamically to display messages where we have multiple messageareas in our application?

With Regards,

Ramesh G.

Accepted Solutions (0)

Answers (4)

Answers (4)

vaibhav_tiwari
Contributor
0 Kudos

Hi Ramesh,

I think it can be done by modifying visible and enable property of message area.

Lets take the example where you have two message areas : msg_ar1, msg_ar2 for respective messages.

Now by default set these both message areas invisible and uncheck enable property for both.

Depending on the message you are displaying, change the visible property and enable property. For this purpose you have to bind these properties to some context node attributes.

Hope this would help.

Regards,

Vaibhav

Former Member
0 Kudos

Hi Ramesh,

I can think of a workaround.

What i understood from your question is that you want to display mesages at two different places on the view.....

You can have two views, identical in all aspects, except the positioning of their message areas........that is the 2 views will have one message area each, but at different positions..... the internavigation you can control through coding.

Hope it helps,

Sattam

pradeep_kumar5
Active Participant
0 Kudos

Hi Ramesh,

We don't have option to display multiple messages in multiple areas, if you choose one message area then whole number of messages will display at that message area only.

Regards,

Pradeep Kumar G

junwu
Active Contributor
0 Kudos

i think you have no control on that.