collection:isEmpty

Will render body only if the collection is empty.

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

Name of the collection to check if its empty.

property

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