Home » JSTL Core c:param Tag

JSTL Core c:param Tag

by Online Tutorials Library

JSTL Core <c:param> Tag

The < c:param > tag add the parameter in a containing ‘import’ tag’s URL. It allow the proper URL request parameter to be specified within URL and it automatically perform any necessary URL encoding.

Inside < c:param > tag, the value attribute indicates the parameter value and name attribute indicates the parameter name.

Let’s see the simple example of tag:

Output:

JSTL Core Tags9

You may also like