Home » JSTL Core c:remove Tag

JSTL Core c:remove Tag

by Online Tutorials Library

JSTL Core <c:remove> Tag

It is used for removing the specified variable from a particular scope. This action is not particularly helpful, but it can be used for ensuring that a JSP can also clean up any scope resources.

The &ltc:remove > tag removes the variable from either a first scope or a specified scope.

Let’s see the simple example of c:remove tag:

Output:

JSTL Core Tags3

You may also like