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

JSP include action with parameter example

Last Updated: September 10, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

Earlier we have shared how to include a page to another JSP page using include directive and include action tag. We have also discussed the… [Read More]

Difference between include directive and include tag in JSP

Last Updated: July 27, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

Include directive and include action tag both are used for including a file to the current JSP page. However there is a difference in the… [Read More]

fn:trim() and fn:startsWith() JSTL Functions

Last Updated: December 2, 2013 by Chaitanya Singh | Filed Under: JSTL

In this post we are discussing two functions which operates on strings. These functions are fn:trim() and fn:startsWith(). Function fn:trim() removes spaces from beginning and… [Read More]

fn:substring(), fn:substringAfter() & fn:substringBefore() Functions

Last Updated: December 2, 2013 by Chaitanya Singh | Filed Under: JSTL

In this tutorial we will discuss fn:substring (), fn:substringAfter() and fn:substringBefore() functions of JSTL. All of these functions are used for getting a part of the string… [Read More]

fn:join() and fn:split() JSTL Functions

Last Updated: December 2, 2013 by Chaitanya Singh | Filed Under: JSTL

In this tutorial we will see fn:join() and fn:split() functions of JSTL. fn:join() It concatenates the strings with a given separator and returns the output… [Read More]

fn:toUpperCase() – JSTL Function

Last Updated: December 1, 2013 by Chaitanya Singh | Filed Under: JSTL

It is just opposite of fn:toLowerCase() function. It converts input string to a uppercase string. All the characters of input string gets replaced with corresponding… [Read More]

fn:toLowerCase() – JSTL Function

Last Updated: December 1, 2013 by Chaitanya Singh | Filed Under: JSTL

This function converts a string into lowercase string. Any upper case character in the input string is replaced with the corresponding lowercase character. Syntax String… [Read More]

fn:replace() – JSTL Function

Last Updated: December 1, 2013 by Chaitanya Singh | Filed Under: JSTL

It search for a string in the input and replace it with the provided string. The following is the basic syntax of fn:replace() function. Syntax… [Read More]

fn:length() – JSTL Function

Last Updated: December 1, 2013 by Chaitanya Singh | Filed Under: JSTL

The JSTL function fn:length() is used for computing the length of a string or to find out the number of elements in a collection. Syntax… [Read More]

fn:indexOf() – JSTL Function

Last Updated: December 1, 2013 by Chaitanya Singh | Filed Under: JSTL

fn:indexOf() function is used for finding out the start position (index) of a string in the provided string. Syntax int indexOf(String,  String ) The return… [Read More]

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next Page »

JSP Tutorial

  • Basics of JSP
  • Life cycle of JSP
  • JSP in Eclipse IDE

Scripting Elements

  • Scriptlet Tag
  • Expression tag
  • Declaration tag

Implicit Objects

  • Implicit Objects
  • JSP Request
  • JSP Response
  • JSP Config
  • JSP Application
  • JSP Session
  • JSP Out
  • JSP pageContext
  • JSP Exception
  • Validate session

JSP directives

  • JSP Directives
  • Include Directive

JSP Exception

  • Exception handling

JSP Action

  • Action tags
  • Include action
  • Forward action
  • useBean, setProperty & getProperty

Expression language

  • Expression language

JSP Custom Tags

  • Custom Tags
  • Custom tag example
  • JSP Interview Q

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap