jstl lib code example
Example 1: jstl tag
<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>
Example 2: jstl core tags
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix = "c" uri = "http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>