Re: [S2] ClassCastException on getParameters

2007-08-04 Thread Ravi Kumar
Hi , Even i am also facing the same issue. If any body is having please share with us.. It is returning the String array[] . But how it will return string[] if we enter normal text also... Thanks Ravi On 8/2/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > > Hi all, > I'm having big trouble

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