Messages support class.
Actions may produce errors, warnings and infos during request processing. Corresponding messages can be retreived from and saved to the current request using this class.
There are several convenience methods to save error, warning and info messages without explicitely getting the messages.
There's one instance per module. Use one of the
getInstance()
methods to get it.
@author Christoph Beck