Skip to content

Instantly share code, notes, and snippets.

@ryanwalker
Created October 19, 2012 21:23
Show Gist options
  • Save ryanwalker/3920807 to your computer and use it in GitHub Desktop.
Save ryanwalker/3920807 to your computer and use it in GitHub Desktop.
<%
for (int i=1; i<10; i++) {
String desc = "description" + i;
pageContext.setAttribute("description", desc);
%>
${desc}
<%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment