82
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:
Next TopicJSTL Core <c:redirect> Tag