cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to add global message in success handling of an AJAX call?

former_member66948
Participant
0 Likes
605

Hi all expert,

I need add global message with in success handler of an ajax call.But it seems all the message div from globalMessage.tag need related model accConfMsgs accInfoMsgs accErrorMsgsbe filled.If not those div is not added to dom. So in ajax call, i do not have chance to get them and fill in content. On the other hand, i think it does not make sense that every small change i submit a form and finally display a message.

Thanks for your reply in advnace

Accepted Solutions (0)

Answers (1)

Answers (1)

crescenzorega
Active Participant
0 Likes

The use of GlobalMessages is linked to the Model-View-Controller pattern. if you want to show a message after an ajax call you have to personally implement all the logic and there are various ways to do it