Taglib Directive in JSP, How to use Taglib Directive in JSP, What is the use of Taglib Directive in JSP


Taglib Directive in JSP, How to use Taglib Directive in JSP, What is the use of Taglib Directive in JSP

The taglib directory is used to define the many tags means the taglib is used to create the custom tags in JSP and also use the predefined JSTL tags library into the JSP page for coding the JSP without using the scriptlet tag.

Syntax for using the taglib directive:-

<%@ taglib prefix="variable name" uri="url of tag library" %>

The more tutorials on depth about the taglib into next chapter.

Thanks for visiting


{ 0 comments... read them below or add one }

Post a Comment