August 2002
Intermediate to advanced
688 pages
23h
English
Taglib Directive
Declares a tag library, containing custom actions, that is used in the page.
<%@ taglib prefix="prefix" uri="taglibURI" %>
|
Attribute name |
Default |
Description |
|---|---|---|
prefix |
No default |
The prefix to use in the action element names for all actions in the library. |
uri |
No default |
Either a symbolic name for the tag library that is defined in the TLD for the library or in the web.xml file for the application, or a page-relative or context-relative URI path for the library’s TLD file or JAR file. |
<%@ taglib prefix="ora" uri="orataglib" %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
Read now
Unlock full access