empty is an operator:
The
emptyoperator is a prefix operation that can be used to determine
whether a value is null or empty.
<c:if test="${empty myObject.featuresList}">
empty is an operator:
The
emptyoperator is a prefix operation that can be used to determine
whether a value is null or empty.
<c:if test="${empty myObject.featuresList}">