Re: S2: Passing paramaters with autocompleter

2007-04-05 Thread Scott Nesbitt
Thank you, Musachy! I did overlook that option, my state parameter is passing great now. I also figured out why the string I typed into the autocomplete field had a value but no key: I forgot to put name="team" in the s:autocomplete tag. Once I did that it worked fine. Thanks again, Scott --

Re: S2: Passing paramaters with autocompleter

2007-04-05 Thread Musachy Barroso
You can use the "formId" attribute, like: //fields here and it will pass the fields of the form as paramteers when the autocompleter is loaded. musachy On 4/5/07, Scott Nesbitt <[EMAIL PROTECTED]> wrote: I am trying to use the Ajax autocompleter and would like to pass some parameters.