Taglib Directive  

The taglib directive declares a tag library, containing custom actions, that is used in the page.

Example:

<%@ taglib uri="/orataglib" prefix="ora" %>
prefix No default

Mandatory. The prefix to use in the action element names for all actions in the library.

uri No default

Mandatory. Either a symbolic name for the tag library defined in the application's web.xml file, or a page- or context-relative URI path for the library's TLD file or JAR file.