Re: Autocomplete Off

2015-03-20 Thread Lukasz Lenart
2015-03-20 13:31 GMT+01:00 Dhandapani, Rajeswaran : > Are you saying there is no solution available to turn off the auto complete? autocomplete and "the information being stored at the browser cache" are two different things - autocomplete doesn't control browser's cache Regards -- Łukasz + 48

RE: Autocomplete Off

2015-03-20 Thread Dhandapani, Rajeswaran
Are you saying there is no solution available to turn off the auto complete? -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Friday, March 20, 2015 12:01 PM To: Struts Users Mailing List Subject: Re: Autocomplete Off 2015-03-20 7:07 GMT+01:00 Dhandapani

Re: Autocomplete Off

2015-03-19 Thread Lukasz Lenart
2015-03-20 7:07 GMT+01:00 Dhandapani, Rajeswaran : > Hi All, > > How can we include autocomplete off attribute in Struts2 tag ? As far I recall you can use autocomplete only on s > Will it restrict the information being stored at the browser cache. Rather no Regards -- Łukasz

Autocomplete Off

2015-03-19 Thread Dhandapani, Rajeswaran
Hi All, How can we include autocomplete off attribute in Struts2 tag ? Will it restrict the information being stored at the browser cache. Thanks & Regards, Rajeswaran D ** This message and any files or attachments sent with this mes

Re: Autocomplete = "off" in ?

2012-12-17 Thread Lukasz Lenart
2012/12/17 Miguel Lopez : > Good morning everyone, this is my first mail in the list and english is not > my native language so please dont be too hard with me. > > First of all, i am using Struts 1.3.10. > > I have to put the autocomplete="off" attribute to my web re

Re: [1.3.8] input autocomplete="off"

2007-07-11 Thread Niall Pemberton
ow unusable. > > I have read that struts provides some hooks to change the default > behaviour, > > but couldnt' find something more specific. I dont feel like modifying > struts > > tlds and taglibs. Can you guys give me some hint how to add > > autocomplete=&qu

Re: [1.3.8] input autocomplete="off"

2007-07-10 Thread Tomas KRAMAR
ifying struts > tlds and taglibs. Can you guys give me some hint how to add > autocomplete="off" support? It seems to me like a common request, and I > dont't want to reinvent the wheel. The "hooks" are methods in the tags where custom attributes can be added - w

Re: [1.3.8] input autocomplete="off"

2007-07-10 Thread Niall Pemberton
ive me some hint how to add autocomplete="off" support? It seems to me like a common request, and I dont't want to reinvent the wheel. The "hooks" are methods in the tags where custom attributes can be added - which is the only mechanism provided: http://tinyurl.c

[1.3.8] input autocomplete="off"

2007-07-10 Thread Tomas KRAMAR
me, because my autocompletion is now unusable. I have read that struts provides some hooks to change the default behaviour, but couldnt' find something more specific. I dont feel like modifying struts tlds and taglibs. Can you guys give me some hint how to add autocomplete="off" su

Re: html:text autocomplete=off possible?

2007-04-19 Thread john lee
skip, tks u so much, it works john Skip Hollowell <[EMAIL PROTECTED]> wrote: john lee-15 wrote: > for regular html, input type=text autocomplete=off > > but, how to set it in struts html:text ? > > i checked the reference of html:text, it does not have

RE: html:text autocomplete=off possible?

2007-04-19 Thread Rod Bollinger
maintain cross-browser compatibility. -Rod -Original Message- From: Skip Hollowell [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 15:21 To: user@struts.apache.org Subject: Re: html:text autocomplete=off possible? john lee-15 wrote: > for regular html, input type=text autocompl

Re: html:text autocomplete=off possible?

2007-04-19 Thread Skip Hollowell
john lee-15 wrote: for regular html, input type=text autocomplete=off but, how to set it in struts html:text ? i checked the reference of html:text, it does not have autocomplete this attribute, what is the equivalent of that? tks in advance john John, since I

html:text autocomplete=off possible?

2007-04-19 Thread john lee
for regular html, input type=text autocomplete=off but, how to set it in struts html:text ? i checked the reference of html:text, it does not have autocomplete this attribute, what is the equivalent of that? tks in advance john