Friday, August 24, 2012

JSTL CORE Tag Example c:out

coutexample.jsp
--------------------------------
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<html>
<head>
<title>c:out Tag Example</title>
</head>
<body>
<c:out value="${'<tag> , &'}"/>
</body>
</html>

No comments:

Post a Comment