| Article: |
Six Cool New JSP and Servlet Features | |
| Subject: | <c:out/> and escaping | |
| Date: | 2004-02-12 10:18:37 | |
| From: | bperry | |
|
Response to: |
||
|
Let me edit that message above because it did not display properly; here's the browser output of the two statements when select "View Source" in the browser:
|
||
Showing messages 1 through 1 of 1.
-
<c:out/> and escaping
2004-02-12 10:22:17 bperry [View]
Oh well, that didn't display properly either...The c:out element outputs the character entities and the "EL in template" form outputs the actual tag in this case, which ends up embedded in the underlying HTML.


