The JSTL Core Tag is used to display the value of an expression to the client’s browser. It works same as of <%= %> (expression tag) or out implicit object or expression language but the difference is that it automatically escape XML tags while others don’t escape XML tags.
Syntax:
c:out tag attributes:
Attribute | Description | Required |
value | Information to output | Yes |
default | Fallback information to output | No |
escapeXml | True if the tag should escape special XML characters | No |
Example:
test.jsp
web.xml
No comments:
Post a Comment