http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/c/tld-summary.html
http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/fn/tld-summary.html
http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/fmt/tld-summary.html
Created
April 19, 2012 00:57
-
-
Save sufyanm/2417645 to your computer and use it in GitHub Desktop.
Taglibs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | |
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> | |
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> | |
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment