Skip to content

Instantly share code, notes, and snippets.

@kayz1
Created August 8, 2013 06:43
Show Gist options
  • Save kayz1/6182096 to your computer and use it in GitHub Desktop.
Save kayz1/6182096 to your computer and use it in GitHub Desktop.
<c:if test="${not empty map[1]}">
<c:if test="${map.containsKey(1)}">
<c:if test="${ ! empty map[1]}">
<c:if test="${not empty map.1}">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment