Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 83823 invoked from network); 9 Aug 2006 10:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 10:03:55 -0000 Received: (qmail 27614 invoked by uid 500); 9 Aug 2006 10:03:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 27514 invoked by uid 500); 9 Aug 2006 10:03:40 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 27455 invoked by uid 99); 9 Aug 2006 10:03:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 03:03:40 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=PLING_PLING,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 03:03:39 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GAkuE-0007E5-7c for users@tomcat.apache.org; Wed, 09 Aug 2006 03:03:18 -0700 Message-ID: <5722904.post@talk.nabble.com> Date: Wed, 9 Aug 2006 03:03:18 -0700 (PDT) From: Ach To: users@tomcat.apache.org Subject: How to define a local TLD in web.xml (DRY principle!!!) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: ashkan.roshanayi@gmail.com X-Nabble-From: Ach X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I entered below section in my web.xml because of not repeating <%@ taglib=blaBla in each jsf page: http://java.sun.com/jsf/core /tld/myfaces_core.tld http://java.sun.com/jsf/html /tld/myfaces_html.tld http://myfaces.apache.org/tomahawk /tld/tomahawk.tld It seems that it does not work for me. Is there another way to achieve my goal? PS: I am using eclipse wtp and my directory schema is such as: MyApp/WebContent/WEB-INF/tld and all tld files are in this tld folder. -Thanks in advance -- View this message in context: http://www.nabble.com/How-to-define-a-local-TLD-in-web.xml-%28DRY-principle%21%21%21%29-tf2077762.html#a5722904 Sent from the Tomcat - User forum at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org