Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 14788 invoked from network); 6 Sep 2002 19:25:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 Sep 2002 19:25:21 -0000 Received: (qmail 25832 invoked by uid 97); 6 Sep 2002 19:25:55 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 25798 invoked by uid 97); 6 Sep 2002 19:25:55 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 25786 invoked by uid 98); 6 Sep 2002 19:25:54 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Server-Uuid: 6E802067-ECFC-4FC2-A617-DD5220DD9CBB Message-ID: <7382FCA44E27D411BD4A00508BD68F9504BB0C52@pigeon.tumbleweed.com> From: "Martin Cooper" To: "'Jakarta Commons Developers List'" Subject: RE: [taglibs][standard] URI Specification Date: Fri, 6 Sep 2002 12:24:17 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 1167DE6C218965-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: Eddie Bush [mailto:ekbush@swbell.net] > Sent: Friday, September 06, 2002 11:46 AM > To: Jakarta Commons Developers List > Subject: [taglibs][standard] URI Specification > > > First - my appologies. I don't believe there is a > commons-user or I'd > have posted there instead. There is a commons-user list, but that wouldn't have been the right list for your question either. The right list would be taglibs-user. ;-) > On to my question: > > I've read where, in order for a container to optimize use of > the JSTL, > one should always use the "proper" URI. My question is: May > I specify > a shortcut in my web.xml (with a element) and use > that shortcut > in each of my pages, or does this circumvent detection of the > taglib as > "the JSTL" and therefore make it impossible for optimization > to occur? > I'd like for the optimization to take place, if it will, but I would > also like to get around having to specify such a large URI in > every page > -- out of pure laziness (I'll fess up!). You need to use the full URI in your taglib directives. That's how a container will recognise that you want to use the standard taglib. For example, using Resin 2.1.4, you just specify the correct URI, and you don't need any other configuration or any jars for it to use its own implementation of JSTL. If you don't want to have the length taglib directives in each page, you should be able to use an include directive (i.e. <%@ include ... %>) to pull them in from another file at compile time. -- Martin Cooper > > I did look at the readme in the distro, and have read several other > things. I have yet to find anything that clears this point > up though. > My appologies if I should be able to infer this from any > documentation. > I don't like to infer - it always gets me into trouble. > > Thanks! > > Eddie > > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: