SCJP Certification

Sun Certified Java Programmer Certification exam essentials

February 27th, 2010

What is c:out?

Uncategorized, by Daisy Williams.

The <c:out< tag evaluates an expression and writes its value to the output stream. The syntax of the tag is as follows:

<c:out value=”TagValue”>
default value
</c:out>

The attributes of the <c:out> tag are as follows:

  • value: This is a mandatory attribute. It declares the expression to be evaluated.
  • escapeXml: This is an optional attribute that determines whether characters <, >, &, ‘, and ” in the resulting string should be converted to their corresponding character entity codes.
    Share

Back Top

Responses to “What is c:out?”

Comments (0) Trackbacks (0) Leave a comment Trackback url
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*