Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 28656 invoked from network); 1 May 2006 17:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 17:41:30 -0000 Received: (qmail 94117 invoked by uid 500); 1 May 2006 17:41:25 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 94076 invoked by uid 500); 1 May 2006 17:41:25 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 94065 invoked by uid 500); 1 May 2006 17:41:25 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 94058 invoked by uid 99); 1 May 2006 17:41:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 10:41:25 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 10:41:24 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id C9D8F7142A7; Mon, 1 May 2006 17:40:54 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 37098] - Cannot create attributes conditionally in tags In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060501174054.C9D8F7142A7@brutus.apache.org> Date: Mon, 1 May 2006 17:40:54 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.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://issues.apache.org/bugzilla/show_bug.cgi?id=37098 markhobson@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markhobson@gmail.com ------- Additional Comments From markhobson@gmail.com 2006-05-01 17:40 ------- The proposed workaround is not always sufficient. For example, I want to conditionally add the 'multiple' attribute to an HTML select tag: multiple ... This results in: ${multiple == true} : ${multiple == false} : Firefox and IE both treat the above as equivalent markup due to legacy reasons, thus the