Re: jsp caching problem

2011-06-19 Thread Sampath Ekanayake
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

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
> -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? >

RE: jsp caching problem

2011-06-13 Thread Biesbrock, Kevin
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 : > >

Re: jsp caching problem

2011-06-13 Thread Dave Newton
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

Re: jsp caching problem

2011-06-13 Thread Arpan
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

Re: jsp caching problem

2011-06-13 Thread Dave Newton
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

Re: jsp caching problem

2011-06-13 Thread Eric Lentz
> 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

Re: jsp caching problem

2011-06-13 Thread Arpan
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

Re: jsp caching problem

2011-06-13 Thread Eric Lentz
> 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

Re: jsp caching problem

2011-06-13 Thread Arpan
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

Re: jsp caching problem

2011-06-13 Thread Arpan
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, > >> > >>

Re: jsp caching problem

2011-06-13 Thread Arpan
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

Re: jsp caching problem

2011-06-13 Thread struts . rgm
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

Re: jsp caching problem

2011-06-13 Thread Brandon Atkinson
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

Re: jsp caching problem

2011-06-13 Thread Eric Lentz
That's a JSP question, not Struts. Did you try Google? http://lmgtfy.com/?q=turn+off+form+autocomplete

RE: jsp caching problem

2011-06-13 Thread Jason Pyeron
> -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

jsp caching problem

2011-06-13 Thread Arpan
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