Advanced Customization > Info*Engine User’s Guide > Info*Engine Custom Tag Reference > Info*Engine Tags > Supplied Library Tags (JSTL) > return
  
return
Terminates task invocation.
Syntax
<c:return/>
Example
<c:if test="${input == null}">
<c:return />
</c:if>