Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 93365 invoked from network); 3 May 2004 13:42:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 May 2004 13:42:33 -0000 Received: (qmail 82573 invoked by uid 500); 3 May 2004 13:42:12 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 82383 invoked by uid 500); 3 May 2004 13:42:10 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 82370 invoked by uid 500); 3 May 2004 13:42:10 -0000 Received: (qmail 82367 invoked from network); 3 May 2004 13:42:10 -0000 Received: from unknown (HELO terragate.net) (217.160.133.107) by daedalus.apache.org with SMTP; 3 May 2004 13:42:10 -0000 Received: by terragate.net (Postfix, from userid 1016) id BB644141F9; Mon, 3 May 2004 15:42:11 +0200 (CEST) Received: from terragate.net (dsl-082-083-127-210.arcor-ip.net [82.83.127.210]) by terragate.net (Postfix) with ESMTP id DB1AA141F3 for ; Mon, 3 May 2004 15:42:10 +0200 (CEST) Message-ID: <40964C45.1070905@terragate.net> Date: Mon, 03 May 2004 15:42:29 +0200 From: =?ISO-8859-1?Q?Tomasz_Dre=DFler?= User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: de-de, de-at, de, en-us, en MIME-Version: 1.0 To: Struts Users Mailing List Subject: trouble with taglibs in xml syntax Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on terragate.net X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Level: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi! I have problems to use the struts taglibs in jsp with xml syntax. When I use <%@ taglib uri="/WEB-INF/tags/struts-bean.tld" prefix="bean" %> the generated servlet contains the line '_jspx_dependants.add("/WEB-INF/tags/struts-bean.tld")' and everything is ok. But with the following syntax the line '_jspx_dependants.add("/WEB-INF/tags/struts-bean.tld")' disappeare [...] I use Apache Tomcat/5.0.18 and I have modifyed my web.xml: [...] Any Idea? Tomek --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org