Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6370537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:56:34+00:00 2026-05-25T00:56:34+00:00

What is the difference between Custom Tag Libraries and Core Tag Libraries in JSP?

  • 0

What is the difference between Custom Tag Libraries and Core Tag Libraries in JSP?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:56:35+00:00Added an answer on May 25, 2026 at 12:56 am

    Custom tag libraries are homegrown tag libraries. Core tag libraries are part of JSTL (JSP Standard Tag Library). You can find an overview of them all in the JSTL taglib documentation. It’s the JSTL core one. It just offers a set of tags which are likely to be very commonly used to control the flow/output of a JSP page. Here’s an extract of relevance:

    JSTL core


    Standard Syntax:

        <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    

    XML Syntax:

        <anyxmlelement xmlns:c="http://java.sun.com/jsp/jstl/core" />
    

    JSTL 1.1 core library

    Tag Library Information

    • Display Name: JSTL core
    • Version: 1.1
    • Short Name: c
    • URI: http://java.sun.com/jsp/jstl/core

    Tag Summary

    • catch Catches any Throwable that occurs in its body and optionally exposes it.

    • choose Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <when> and <otherwise>

    • if Simple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition

    • import Retrieves an absolute or relative URL and exposes its contents to either the page, a String in ‘var’, or a Reader in ‘varReader’.

    • forEach The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality

    • forTokens Iterates over tokens, separated by the supplied delimeters

    • out Like <%= ... >, but for expressions.

    • otherwise Subtag of <choose> that follows tags and runs only if all of the prior conditions evaluated to ‘false’

    • param Adds a parameter to a containing ‘import’ tag’s URL.

    • redirect Redirects to a new URL.

    • remove Removes a scoped variable (from a particular scope, if specified).

    • set Sets the result of an expression evaluation in a ‘scope’

    • url Creates a URL with optional query parameters.

    • when Subtag of <choose> that includes its body if its condition evalutes to ‘true’

    See also:

    • Java EE 5 tutorial – Using JSTL
    • Java EE 5 tutorial – Custom tags in JSP pages

    Note that Java EE 6 tutorial doesn’t mention about them anywhere as JSP is considered to be “legacy”. It’s not officially deprecated though, the focus is just more put on Facelets, the successor of JSP, and the MVC framework JSF.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Difference between Custom Tag and Java Bean?
What is the difference between custom building a CMS website and an open source
When declaring custom view in xml, what is the difference between declaring a View
Is there any difference between ArcGIS and MKMapView? I want to work on custom
What's the difference between a product attribute and Custom Options? For example, I have
I have Custom uitableviewcell: ScrollViewCell I want to know what the difference is between
please help me to understand the difference between Master page vs Usercontrol vs Custom
Can any explain me what is Custom Control and UserControl?The Main difference between them.Suggest
What are the differences between User Control and Custom Control in ASP.NET
Difference between a bus error and a segmentation fault? Can it happen that a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.