Загрузите файл standard.jar (taglib) из Maven
Библиотекаstandard.jar (taglib) используется для включения языка выражений JSTL на странице JSP, и всегда используется вместе сjstl.jar.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
To download both *standard.jar* and *jstl.jar* from Maven, just put the following Maven coordinate in the *pom.xml* file.
taglibs standard 1.1.2
javax.servlet jstl 1.1.2
Both libraries are available in the http://repo1.maven.org/maven2/[Maven central repository], but some claimed that they can not find it ?