I developed a component on backend, and now I faced a problem that I can’t see a system message after data is updated. I suppose I had missed something like a message box or some code but still can’t define exactly what it is. Can anybody tell me which data is necessary to get those messages?
Share
The second argument to the enqueueMessage function is the type of the message. The default is ‘message’, but ‘error’ results in a different style for the message. The message will be displayed in place of a special
jdoc:includestatement in your template. Place the following in your template at the location where you want messages to appear.Read more