Hello,

Due to the increased volume of SPAM this mailbox has been closed.

Please contact us via http://www.directxtras.com/ContactUS.asp

We apology for the inconvenience.

Best Regards,
--
The DirectXtras Team
---------------------------------------------------------------------
DirectXtras - Xtra Power for Director and Authorware -
              http://www.directxtras.com
Sites with something to say - http://www.SpeaksForItself.com
---------------------------------------------------------------------


Your message reads:

Received: from mail.apache.org (unverified [208.185.179.12]) by mail2.intermedia.net
 (Rockliffe SMTPRA 4.5.6) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>;
 Sat, 10 Apr 2004 15:34:10 -0700
Received: (qmail 61826 invoked by uid 500); 10 Apr 2004 22:33:47 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:[EMAIL PROTECTED]>
List-Id: "Tomcat Users List" <tomcat-user.jakarta.apache.org>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 61812 invoked from network); 10 Apr 2004 22:33:47 -0000
Received: from unknown (HELO sogsmtp.sogeti-usa.com) (63.84.243.199)
  by daedalus.apache.org with SMTP; 10 Apr 2004 22:33:47 -0000
Received: From sogex01.sogeti-usa.com ([10.224.8.15]) by sogsmtp.sogeti-usa.com 
(WebShield SMTP v4.5 MR1a);
        id 1081636277125; Sat, 10 Apr 2004 18:31:17 -0400
Received: by SOGEX01 with Internet Mail Service (5.5.2653.19)
        id <15BABCYD>; Sat, 10 Apr 2004 18:33:44 -0400
Message-ID: <[EMAIL PROTECTED]>
From: "Kumar, Sumit" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Taglibs help needed???
Date: Sat, 10 Apr 2004 18:33:43 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
        charset="iso-8859-1"
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N


Hello All,

I am having some strange problem using taglibs in tomcat 4.1.27 and jdk1.4.
My webapp named 'hris', works well without taglibs. I am using 2.3 dtd which
i refer as http://java.sun.com/j2ee/dtds/web-app_2_3.dtd. 
I have downloaded the taglibs standard library (not standard-1.0) from
apache website and its standard-examples webapp works fine when deployed and
run as a seperate webapp. However if I add the tag-libs tag element in my
hris webapp, the tag-lib does not work. I deployed it as

  <taglib>
    <taglib-uri>/tag</taglib-uri>
    <taglib-location>/WEB-INF/taglibs-input.tld</taglib-location>
  </taglib>

and in my jsp page use <%@ taglib uri="/tag" prefix="input" %>
However I get an error message 
The absolute url "/tag" cannot be found

I have tried several different ways and no matter what I do, I get the same
error from 'hris' but the standard-examples works ok. I am baffled and
stuck..... Any help or suggestions will greatly help.

thanks
-sumit

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to