[bytebrain.org]
Showing posts with label
JSP
.
Show all posts
Showing posts with label
JSP
.
Show all posts
Tuesday, February 15, 2011
How to disble "Expression Language" in JSP
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page contentType="text/html"
isELIgnored="false"
%>
<table>
<tr>
<td>
<c:out value="${message}"/>
</td>
</tr>
</table>
Older Posts
Home
Subscribe to:
Posts (Atom)