I have jstl code and it builds by maven well... But Eclipse had compilation error \"Unknown tag (c:foreach).\"
code are here:
<%@ page language=\
the correct tag is case sensitive. (c:forEach)