JSTL Core <c:forTokens> Tag The < c:forTokens > tag iterates over tokens which is separated by the supplied delimeters. It is used…
JSTL Tutorial
-
-
JSTL Core <c:if> Tag The < c:if > tag is used for testing the condition and it display the body content, if…
-
JSTL Core <c:import> Tag The <c:import> is similar to jsp ‘include’, with an additional feature of including the content of any resource…
-
JSTL Core <c:out> Tag The <c:out> tag is similar to JSP expression tag, but it can only be used with expression. It…
-
JSTL Core <c:param> Tag The < c:param > tag add the parameter in a containing ‘import’ tag’s URL. It allow the proper…
-
JSTL Core <c:redirect> Tag The < c:redirect > tag redirects the browser to a new URL. It supports the context-relative URLs, and…
-
JSTL Core <c:remove> Tag It is used for removing the specified variable from a particular scope. This action is not particularly helpful,…
-
JSTL Core <c:set> Tag It is used to set the result of an expression evaluated in a ‘scope’. The <c:set> tag is…