Sunday 8 March 2015

jsp taglib directive

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.




Prevoius                                                 Next                                                 Home

No comments:

Post a Comment