5.5 The <c:param> ActionThe <c:param> <c:param>" on page 491 for a more complete description of <c:param> syntax.
The <c:param> action encodes the values specified for its name and value attributes. Instead of specifying the value for a request parameter with the value attribute, you can also specify that value in the body of a <c:param> action with this syntax:
Now that we have a basic understanding of the JSTL URL actions, let's see how to put them to use with three real-world examples, as discussed in the following sections. |