Core JSTL Mastering the JSPT Standard Tag Library [Electronic resources]

David M. Geary

نسخه متنی -صفحه : 124/ 46
نمايش فراداده

5.5 The <c:param> Action

The <c:param> <c:param>" on page 491 for a more complete description of <c:param> syntax.

<c:param name value/>

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:

<c:param name>

value

</c:param>

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.