REPORTS_TAGLIB_URI
environment variableThis environment variable specifies the location of the tag prefix used in the Web source of a JSP-based report. It defines the Reports URI of the tag library (TAGLIB) declarations of the JSP file. This is typically:
<%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
When Oracle Reports finds a URI that matches the environment variable, it will use the corresponding prefix attribute to identify Oracle Reports tags within the JSP file. Since there may be multiple taglib entries, Oracle Reports needs to uniquely identify the entry within the file.
Valid Values |
Any URI that references the Oracle Reports tag library. |
Default |
|
Copyright © 1984, 2005, Oracle. All rights reserved.