articleextra:use

The tag does the same as the escenic article:use. It has an extra options called state. With this tag you can also display draft, submitted, approved and deleted articles

Syntax
<articleextra:use
   article="..."?
   articleId="..."?
   name="..."?
   property="..."?
   source="..."?
   sourceId="..."?
   state="...">
   ...
</articleextra:use>
Attributes
article

The article used to be set as default article.

articleId

Article id to identify the article to be set as default article.

name

Name of an bean to specify article to be set as default article.

property

Property used to find the article to be set as default article.

source

Source of the article to set as default article.

sourceId

Source id used to identify the article to be set as default article.

state, mandatory

Diplays only articles with the given state. Options: draft,submitted,approved and deleted. You can use multiple states.