Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 42210 invoked from network); 1 Nov 2004 08:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Nov 2004 08:29:20 -0000 Received: (qmail 35325 invoked by uid 500); 1 Nov 2004 08:28:48 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 35287 invoked by uid 500); 1 Nov 2004 08:28:48 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 35274 invoked by uid 99); 1 Nov 2004 08:28:47 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 01 Nov 2004 00:28:47 -0800 Received: (qmail 18782 invoked by uid 50); 1 Nov 2004 08:28:46 -0000 Date: 1 Nov 2004 08:28:46 -0000 Message-ID: <20041101082846.18781.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@struts.apache.org Cc: Subject: DO NOT REPLY [Bug 31501] - html:form focus generates non-XHTML X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.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=31501 html:form focus generates non-XHTML ------- Additional Comments From eabush@swbell.net 2004-11-01 08:28 ------- I'm incorrect. The tag is wrapping JS in CDATA, but isn't supplying the JS comment and is therefore causing errors in the browser. Sorry for overlooking that. The documentation correctly reflects usage of this tag. I'm testing a fix for this issue at the moment. The fix simply prefixes the with JS in-line comment characters, like so: // --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org