Skip to content

Instantly share code, notes, and snippets.

@iamnoah
Created July 24, 2010 22:41
Show Gist options
  • Select an option

  • Save iamnoah/489050 to your computer and use it in GitHub Desktop.

Select an option

Save iamnoah/489050 to your computer and use it in GitHub Desktop.
<div class="paginateButtons paginateTop">
<g:paginate total="${productInstanceTotal}" />
</div>
<div class="list">
<g:each in="${productIds}">
<g:include controller="product" action="renderProduct" id="${it}" />
</g:each>
</div>
<div class="paginateButtons">
<g:paginate total="${productInstanceTotal}" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment