Tomasz, If you need to output additional attributes, you don't use Struts to write that particular tag. You are not forced to use Strut's <html:*> tags. Consider vanilla HTML -- the good ol' days -- and use EL to get what you want from Struts.
-----Original Message----- From: Tomasz Nazar [mailto:[EMAIL PROTECTED] Sent: Monday, May 09, 2005 1:55 PM To: Struts Users Mailing List Subject: Re: Feature wanted: autocomplete attribute for html:text/form tags On Mon, May 09, 2005 at 01:39:04PM -0400, Dave Newton wrote: > Tomasz Nazar wrote: > > >Problem when using Struts comes: <html:text> doesn't have 'autocomplete' > >attribute. (this is not in HTML spec, but IE, Firefox, Mozilla > >implements it). > > > > > That doesn't have anything to do with Google Suggest; the "autocomplete" > you're talking about deals with the browser caching form values by input > tag name/id. IOW, the 'autocomplete' property doesn't magickally > implement "Suggest"-like features. > > Dave Hmm ;), really? Of course I've implemented sth like Google Suggest, and I need to turn the autocomplete feature of the browser off... like the GoogleSuggest does. Otherwise you'll end with two combos going down, and this is ugly and distracting having to things that "complete" words. Problem is I don't know (can't) how to achieve: <input type="text" autocomplete="off"... using Struts' <html:text .. Is it clear now? Regards, Tomasz Nazar -- _i______'simplicity_is_the_key'__________tomasz_nazar _ii____'i_am_concern_oriented'__________________iiuwr _iii__'patsystem.sf.net'___________________linux_user _Heaven_&_Fellows,_PPP______________________prevayler --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system. ------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]