Re: [S2] Accessing autocompleter value from JavaScript

2007-07-25 Thread chengas123
Awesome! That worked like a charm :o) Thanks so much! -Ben Musachy Barroso wrote: > > http://www.nabble.com/Extract-autocompleter-value-from-javascript%2C-when-autocompleter-is-in-a-%3Cs%3Adiv-object-tf3883593.html#a11007078 > > On 7/25/07, chengas123 <[EMAIL PROTECTED]> wrote: >> >> >> R

Re: [S2] Accessing autocompleter value from JavaScript

2007-07-25 Thread Musachy Barroso
http://www.nabble.com/Extract-autocompleter-value-from-javascript%2C-when-autocompleter-is-in-a-%3Cs%3Adiv-object-tf3883593.html#a11007078 On 7/25/07, chengas123 <[EMAIL PROTECTED]> wrote: Ravi Kumar-26 wrote: > > On 7/25/07, chengas123 <[EMAIL PROTECTED]> wrote: >> I had an HTML input I was a

Re: [S2] Accessing autocompleter value from JavaScript

2007-07-25 Thread chengas123
Ravi Kumar-26 wrote: > > On 7/25/07, chengas123 <[EMAIL PROTECTED]> wrote: >> I had an HTML input I was accessing in script as follows: >>document.inputForm.city.value >> I replaced it with a Struts autocompleter and cannot access it in that >> manner anymore. > > Hey , > I think it is no

Re: [S2] Accessing autocompleter value from JavaScript

2007-07-24 Thread Ravi Kumar
Hey , I think it is not text filed it is select box. so try to access using input type as select Thanks Ravi On 7/25/07, chengas123 <[EMAIL PROTECTED]> wrote: Hi, I had an HTML input I was accessing in script as follows: document.inputForm.city.value I replaced it with a Struts autocompl