i'm new on using jstl,
this is my source for a test :
<!DOCTYPE html>
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
</head>
<body>
<c:out value="test JSTL"/>
</body>
</html>
nothing is displayed on the jsppage
what should i do to display "test JSTL"
by the way i'm working on jdeveloper 12c