taglib
directive makes custom actions available in the current page
through the use of a tag library. The taglib directive in a JSP page
declares that the page uses a tag library, uniquely identifies the
tag library using a URI and associates a tag prefix that will
distinguish usage of the actions in the library.
Syntax
<%@ taglib
uri="tagLibraryURI" prefix="tagPrefix" %>
Will
see the usage of taglib directive in later posts.
No comments:
Post a Comment