Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 74939 invoked from network); 19 Dec 2004 12:52:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Dec 2004 12:52:09 -0000 Received: (qmail 66462 invoked by uid 500); 19 Dec 2004 12:51:29 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 66304 invoked by uid 500); 19 Dec 2004 12:51:28 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 66284 invoked by uid 99); 19 Dec 2004 12:51:28 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.183) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 19 Dec 2004 04:51:23 -0800 Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1Cg0Wv-0002sz-00 for tomcat-user@jakarta.apache.org; Sun, 19 Dec 2004 13:51:21 +0100 Received: from [80.130.31.83] (helo=aragorn) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1Cg0Wt-0001ef-00 for tomcat-user@jakarta.apache.org; Sun, 19 Dec 2004 13:51:20 +0100 From: "Jan Behrens" To: "'Tomcat Users List'" Subject: RE: Taglib attributes in Tomcat 4.0.6 Date: Sun, 19 Dec 2004 13:52:56 +0100 Message-ID: <000d01c4e5c9$a9d0b0f0$0a0aa8c0@aragorn> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <000501c4e5c5$da330030$0a0aa8c0@aragorn> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:7b3efa467a528fdba0cddbd744aae84b X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Answering my own question: I overlooked the obvious and forgot to set retexp = true for those attributes within the tld... Mea culpa! Jan > -----Original Message----- > From: Jan Behrens [mailto:jan@diekleinedomain.de] > Sent: Sunday, December 19, 2004 1:26 PM > To: 'Tomcat Users List' > Subject: Taglib attributes in Tomcat 4.0.6 > > > Hi list, > > I am working in a TC 4.0.6 environment and would like to be > able to hand dynamic parameters over to my taglib (as I have > done before in newer versions of TC and other projects). I am > bound to TC 4.0.6 as I am working on a prototype system that > is supposed to start from CD when finished. I found a howto > for TC 4.0.6 explaning all neccessary steps to set this up > and is working fine so far. > > I have done this before like this: > > > <%@ taglib uri="/WEB-INF/pathToTLD/loegd.tld" prefix="loegd" %> > > <% > String valueName = "someValue"; > %> > > > > > Expecting that when called > myTaglibInstance.getName() == valueName == true > unfortunately however this happens > myTaglibInstance.getName() == "<%= valueName%>" == true > > Has anyone out there an explanation, or can tell me what I am > doing wrong? > > Any ideas & suggestions and the like are very welcome! > > Cheers, Jan > > > Here is the taglib if that may be of help: > > Tag Library 1.2//EN" > "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> > > 1.0-b3 > 1.2 > loegd > > isField > de.some.package.InputSetField > > name > true > false > > > inputType > false > false > > > inputValue > false > false > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org