Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 52948 invoked by uid 500); 2 May 2001 11:43:35 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: taglibs-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 52936 invoked by uid 500); 2 May 2001 11:43:33 -0000 Delivered-To: apmail-jakarta-taglibs-cvs@apache.org Received: (qmail 52923 invoked by uid 1004); 2 May 2001 11:43:32 -0000 Date: 2 May 2001 11:43:32 -0000 Message-ID: <20010502114332.52922.qmail@apache.org> From: glenn@apache.org To: jakarta-taglibs-cvs@apache.org Subject: cvs commit: jakarta-taglibs/regexp/doc/web index.html glenn 01/05/02 04:43:32 Modified: regexp/doc/web index.html Log: Update docs with jakarta-oro requirements Revision Changes Path 1.3 +7 -2 jakarta-taglibs/regexp/doc/web/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-taglibs/regexp/doc/web/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 2000/11/06 13:51:47 1.2 +++ index.html 2001/05/02 11:43:30 1.3 @@ -46,8 +46,10 @@

Requirements

-

This custom tag library requires no software other than a servlet container -that supports the JavaServer Pages Specification, version 1.1.

+

This custom tag library requires a servlet container +that supports the JavaServer Pages Specification, version 1.1. +And the Jakarta ORO Perl +Regular Expression package.

Configuration

Follow these steps to configure your web application with this tag library:

@@ -66,6 +68,9 @@ </taglib> +
  • Make sure that the Jakarta-ORO package is in the classpath for your +web application or install it in the /WEB-INF/lib subdirectory of your +web application.
  • To use the tags from this library in your JSP pages, add the following directive at the top of each page: