flashMessages 

Description 

<nnt3:flashMessages /> 

Outputs a flash message.

In the controller:

\nn\t3::Message()->OK('Title', 'Infotext');
\nn\t3::Message()->setId('above')->ERROR('Title', 'Infotext');
Copied!

In the fluid:

	
	
Copied!

The core functions:

	
	
Copied!

| @return string