Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 16033 invoked from network); 24 Mar 2006 10:18:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2006 10:18:48 -0000 Received: (qmail 84812 invoked by uid 500); 24 Mar 2006 10:18:10 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 84776 invoked by uid 500); 24 Mar 2006 10:18:10 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 84765 invoked by uid 99); 24 Mar 2006 10:18:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 02:18:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of melowe@gmail.com designates 64.233.182.195 as permitted sender) Received: from [64.233.182.195] (HELO nproxy.gmail.com) (64.233.182.195) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 02:18:09 -0800 Received: by nproxy.gmail.com with SMTP id l24so204195nfc for ; Fri, 24 Mar 2006 02:17:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XgMn2COaaGGUUaA0MA8NOvQKVPan31FF7JAGZiqxSnDMU2r+8YqRPB/3dQzC9xfuDI4Zk5obvwQ5hbLukW3fhAdZNBqU7BZRjoHXz68asd4NgVokbR2icDgLpAD2/NrAHRg471bB2ckRBsatk99Fc9JCWWO+9tDA08T8zsVk2SE= Received: by 10.49.81.2 with SMTP id i2mr192038nfl; Fri, 24 Mar 2006 02:17:47 -0800 (PST) Received: by 10.48.243.2 with HTTP; Fri, 24 Mar 2006 02:17:47 -0800 (PST) Message-ID: <3e1257da0603240217o1cc60cb2v74179262af65ae4f@mail.gmail.com> Date: Fri, 24 Mar 2006 11:17:47 +0100 From: "Mark Lowe" To: dev@struts.apache.org Subject: html taglib autocomplete MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hello We've got an app built already in production, and the issue of autocompletion has come up. For now a simple window.onload =3D function() { var form =3D document.forms['formName']; form.setAttribute("autocomplete","off"); } works okay, but patching the taglib to support autocomplete seems a slightly better idea if it doesn't mean that we'll need to use a patched version that forks from the main code base (and therefore updgrading between struts versions will be harder). I know that autocomplete is a non standard attribute so might not be accepted as a patch on the taglib. But if it only rendered if specified then it wouldn't force users to use non standard stuff. If such a patch is likely to make it into future versions I'll get on it. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org