BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

JSTL <c:redirect> Core Tag

Last Updated: November 30, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:redirect> is used for redirecting the current page to another URL. Syntax: <c:redirect url=”http://www.anydomainhere.com/samplepage.jsp”/> This is how the <c:redirect> tag looks like. We just need… [Read More]

JSTL <c:catch> Core Tag

Last Updated: November 30, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:catch> JSTL tag is used in exception handling. Earlier we shared how to do exception handling in JSP – the two ways. In this post we… [Read More]

JSTL <c:forEach> and <c:forTokens> Core Tags

Last Updated: November 29, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:forEach> tag in JSTL is used for executing the same set of statements for a finite number of times. It’s similar to the for loop… [Read More]

JSTL <c:choose>, <c:when>, <c:otherwise> Core Tags

Last Updated: November 29, 2013 by Chaitanya Singh | Filed Under: JSTL

In this article we are discussing <c:choose>, <c:when> and <c:otherwise> core tags of JSTL. These tags are used together like switch-case and default statements in… [Read More]

JSTL <c:if> Core Tag

Last Updated: November 29, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:if> is a JSTL core tag which is used for testing conditions. It is more or like a if statement in java which evaluates a… [Read More]

JSTL <c:remove> Core Tag

Last Updated: November 28, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:remove> tag is used for removing an attribute from a specified scope or from all scopes (page, request, session and application). Example In the below… [Read More]

JSTL <c:set> Core Tag

Last Updated: November 28, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:set> core JSTL tag is used for assigning a value to an object or variable within a specified scope. Let’s understand this with an example…. [Read More]

JSTL <c:out> Core Tag

Last Updated: November 28, 2013 by Chaitanya Singh | Filed Under: JSTL

<c:out> is a JSTL core tag, which is used for displaying server-side variables and hardcoded values on the browser (client). You may be wondering that a variable’s… [Read More]

Tags:

  • « Previous Page
  • 1
  • 2

JSTL Core Tags

  • c:out
  • c:set
  • c:remove
  • c:if
  • c:choose
  • c:when
  • c:otherwise
  • c:catch
  • c:import
  • c:forEach
  • c:forTokens
  • c:param
  • c:url
  • c:redirect
JSTL Functions
  • fn:contains()
  • fn:containsIgnoreCase()
  • fn:indexOf()
  • fn:escapeXML()
  • fn:join() & fn:split()
  • fn:length()
  • fn:startsWith()
  • fn:endsWith()
  • fn:substring()
  • fn:substringAfter()
  • fn:substringBefore()
  • fn:trim()
  • fn:toUpperCase()
  • fn:toLowerCase()
  • fn:replace()

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap