Skip to content

Instantly share code, notes, and snippets.

@staypufd
Created July 24, 2014 16:25
Show Gist options
  • Save staypufd/ddc7d987ce2de28e0176 to your computer and use it in GitHub Desktop.
Save staypufd/ddc7d987ce2de28e0176 to your computer and use it in GitHub Desktop.
JSTL - Put at top of jsp pages
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment