Skip to content

Instantly share code, notes, and snippets.

@ricston-git
Created October 11, 2013 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricston-git/6934447 to your computer and use it in GitHub Desktop.
Save ricston-git/6934447 to your computer and use it in GitHub Desktop.
<c:if test=${created} >
<spring:message code="myCreatedMessageCode" />
</c:if>
<c:if test=${updated} >
<spring:message code="myUpdatedMessageCode" />
</c:if>
<c:if test=${deleted} >
<spring:message code="myDeletedMessageCode" />
</c:if>
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment