collection:isNotEmpty

Will only render body if the collection contains 1 or more elements.

Syntax
<collection:isNotEmpty
   name="..."?
   property="..."?>
   ...
</collection:isNotEmpty>
Attributes
name

Name of the collection to check if it contains elements.

property

Property to get the wanted collection from the bean specified by the name attribute.