Skip to content

Instantly share code, notes, and snippets.

@lscott3
Created June 26, 2012 13:51
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 lscott3/2995889 to your computer and use it in GitHub Desktop.
Save lscott3/2995889 to your computer and use it in GitHub Desktop.
<%-- This block checks the number of items in a contentloop
---------------------------------------------------------------------------------- --%>
<cms:contentaccess var="content" scope="page" />
<c:set var="count" value="${fn:length(content.valueList['Bottom'])}" />
<%-- End the check
----------------------------------------------------------------------------------- --%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment