Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JSTL with jdeveloper 12

kalaouiJul 23 2014 — edited Jul 23 2014

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 20 2014
Added on Jul 23 2014
0 comments
564 views