Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 85041 invoked from network); 26 Jul 2003 00:01:39 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 Jul 2003 00:01:39 -0000 Received: (qmail 10638 invoked by uid 97); 26 Jul 2003 00:04:20 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 10631 invoked from network); 26 Jul 2003 00:04:19 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 26 Jul 2003 00:04:19 -0000 Received: (qmail 84210 invoked by uid 500); 26 Jul 2003 00:01:31 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 84195 invoked from network); 26 Jul 2003 00:01:31 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 Jul 2003 00:01:31 -0000 Received: (qmail 10625 invoked by uid 50); 26 Jul 2003 00:04:11 -0000 Date: 26 Jul 2003 00:04:11 -0000 Message-ID: <20030726000411.10624.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 21902] New: - tag property don't seem to be set correctly X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21902 tag property don't seem to be set correctly Summary: tag property don't seem to be set correctly Product: Tomcat 4 Version: 4.1.24 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: eric.taix@libertysurf.fr Hello, I'm writing some LayoutManager tags which look like this : (*) (**) (***) (*)ServletContainer create instance "i1" for foo1, don't set width and call doStartTag. AddTag call it's layoutManager parent, and this one set component width to "100%" (**)ServletContainer use instance "i1" because foo2 set ONLY the same attribute as foo1 (so normally other attribute will have the same value as foo1). But because LayoutManager change width to 100%, foo2 will have it's width set to 100% (***)ServletContainer create a new instance "i2" because foo3 use another attribute (tips). So foo3 will have the default width value. First i try to reset width in "release" method, but this one don't seem to be call before tag instance is push in tag pool. Hope this will help you. Eric --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org