We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
| Subject: |
|
<c:out/> and escaping |
| Date: |
|
2004-05-22 07:24:55 |
| From: |
|
wanjm
|
Response to: and escaping
|
but when i write the sentence in a jsp file.
if displays :${myValue} ${myValue} when i use the sentence
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
but when i use <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
it displays a tag </tag> ${myValue} on the screen.
could you tell me the reason.
i am using tomcat 5.0.16;
|