I have this code:
<
Ensure that you are using the correct @ taglib directive. Replace:
@ taglib
<%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>
with:
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
The /jsp makes the difference.
/jsp