Hi Arpan,
Setting autocomplete to off in the text field might help you.
e.g.
Regards,
Sampath Ekanayake
On Mon, Jun 13, 2011 at 9:10 PM, Arpan wrote:
> Hi All,
>
> Do any one know how to solve caching problem in jsp.
> My requirement is that, it should not display previously submitted cre
> -Original Message-
> From: Dave Newton [mailto:davelnew...@gmail.com]
> Sent: Monday, June 13, 2011 13:06
> To: Struts Users Mailing List
> Subject: Re: jsp caching problem
>
> I thought we allowed dynamic attributes now? Or was that just
> via patching?
>
your application again.
Beez
r 5347
> -Original Message-
> From: Arpan [mailto:arpan.deb...@gmail.com]
> Sent: Monday, June 13, 2011 1:12 PM
> To: Struts Users Mailing List
> Subject: Re: jsp caching problem
>
> Even if I write in my jsp like this :
>
>
That's an IDE issue.
On Mon, Jun 13, 2011 at 1:11 PM, Arpan wrote:
> Even if I write in my jsp like this :
>
>
>
> It tells that "autocomplete" is Undefiend attribute.
>
> Thanks
>
> On Mon, Jun 13, 2011 at 10:33 PM, Eric Lentz wrote:
>
>> > Are you currently using struts2? If so then open ur j
Even if I write in my jsp like this :
It tells that "autocomplete" is Undefiend attribute.
Thanks
On Mon, Jun 13, 2011 at 10:33 PM, Eric Lentz wrote:
> > Are you currently using struts2? If so then open ur jsp and type
> attribute "autocomplete" in textfield or form element and see if it
> s
I thought we allowed dynamic attributes now? Or was that just via patching?
I don't remember things :(
Dave
On Mon, Jun 13, 2011 at 1:03 PM, Eric Lentz wrote:
>> Are you currently using struts2? If so then open ur jsp and type
> attribute "autocomplete" in textfield or form element and see if i
> Are you currently using struts2? If so then open ur jsp and type
attribute "autocomplete" in textfield or form element and see if it
supports or not.
Yes, I am using Struts 2. I did as you instructed. I do not see anything
related to autocomplete. I'm not sure what you were aiming for in aski
Hi Eric,
Are you currently using struts2? If so then open ur jsp and type attribute
"autocomplete" in textfield or form element and see if it supports or not.
It's obviously a browser issue, but my question was how do u solve in
struts2 ?
Please advice me the releavent solution, rather than only
> More over in my jsp i m not seeing "autocomplete" off attribute even
when i use normal html "" tag.
Everyone is telling you that it is a browser render / HTML tag issue.
Logically, it would seem that way as well. The browser is storing the text
that people type in the field, no? Do you believ
It is a struts2 problem also. I did googled. All these links shows normal
html tags, but I m using struts2 tags.
More over in my jsp i m not seeing "autocomplete" off attribute even when i
use normal html "" tag.
Thanks
On Mon, Jun 13, 2011 at 9:19 PM, Eric Lentz wrote:
> That's a JSP question
ron - jpye...@pdinc.us wrote:
>
> >> -Original Message-
> >> From: Arpan
> >> Sent: Monday, June 13, 2011 11:41
> >> To: Struts Users Mailing List
> >> Subject: jsp caching problem
> >>
> >> Hi All,
> >>
> >>
Hi Brandon,
You are right. But as I am using struts2 tags, so I would prefer struts2
solution for autocomplete instead.
I don't want to use normal html tag for few fields.
Thanks
On Mon, Jun 13, 2011 at 9:22 PM, Brandon Atkinson
wrote:
> Arpan,
>
> This sounds like a browser issue, not an HTTP
n 13, 2011, at 10:46 AM, Jason Pyeron - jpye...@pdinc.us wrote:
>> -Original Message-
>> From: Arpan
>> Sent: Monday, June 13, 2011 11:41
>> To: Struts Users Mailing List
>> Subject: jsp caching problem
>>
>> Hi All,
>>
>> Do any o
Arpan,
This sounds like a browser issue, not an HTTP issue.
The Cache-Control pragmas are for controlling whether http responses are cached
for a given resource. My guess is that the behavior you're referring to is
form field autofill within the browser.
This thread on stack overflow shows
That's a JSP question, not Struts. Did you try Google?
http://lmgtfy.com/?q=turn+off+form+autocomplete
> -Original Message-
> From: Arpan
> Sent: Monday, June 13, 2011 11:41
> To: Struts Users Mailing List
> Subject: jsp caching problem
>
> Hi All,
>
> Do any one know how to solve caching problem in jsp.
> My requirement is that, it should not display previ
Hi All,
Do any one know how to solve caching problem in jsp.
My requirement is that, it should not display previously submitted credit
card number and passwords.
Whenever I put the first number, my page shows all other numbers previously
entered as a suggession.
I have used the bellow code to sol
17 matches
Mail list logo