RE: howto cache the textfield

2008-10-07 Thread Jishnu Viswanath
TED] Sent: Tuesday, October 07, 2008 12:06 PM To: Struts Users Mailing List Subject: Re: howto cache the textfield Hi xianwinwin, it's a firefox feature - remember entered form values or something like this, so yes it has nothing to do with struts. But You can achieve the same by adding aja

Re: howto cache the textfield

2008-10-07 Thread Paweł Wielgus
Hi, you can create ajax action that will call your application and ask for the last entered values for field myField. But it would require to remember all entered values by users. When you will have those values You can simply do something like google suggest. I haven't done anything like that, so

Re: howto cache the textfield

2008-10-07 Thread xianwinwin
Hi Pawel, thank you for your reply. You mentioned: "But You can achieve the same by adding ajax to this field" how can I achieve that? Thank you! Paweł Wielgus wrote: > > Hi xianwinwin, > it's a firefox feature - remember entered form values or something like > this, > so yes it has nothing

Re: howto cache the textfield

2008-10-06 Thread Paweł Wielgus
Hi xianwinwin, it's a firefox feature - remember entered form values or something like this, so yes it has nothing to do with struts. But You can achieve the same by adding ajax to this field and remembering all posted data in Your app. Best greetings, Paweł Wielgus. 2008/10/6 xianwinwin <[EMAIL