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]

Reply via email to