msg:message

Returns specific message with given messageId or articleId. Only one of messageId and articleId must be given.

Syntax
<msg:message
   articleId="..."?
   id="..."
   messageId="..."?
   name="..."?/>
Attributes
id, mandatory, no runtime expressions

Name of the scripting-variable.

messageId

The id from the messagen you want to see.

name

Name of the scripting-variable where to get the article information from. This must be an PresentationArticle or Article object.

articleId

The id from the article you want to see.