Re: Multiple AjaxProxy objects on one page

2012-07-18 Thread Damian Stasiak
I finally solved that by changing name and proxyName so I could use in my javascript: window[this.proxyName].autocomplete.getSuggestions(value); I create variable for every autocompleted field and then use personalized proxy. On 7/10/12 11:01 PM, Jean-François Veillette wrote: I'm trying to

Re: Multiple AjaxProxy objects on one page

2012-07-10 Thread Jean-François Veillette
> I'm trying to implement autocomplete based on my database and I want to use > AjaxProxy for that. I have two different fields on the same page that need to > be auto completed. I create two AjaxProxy objects: > > FirstAutocompleteProxy : PMAjaxProxy { > name = "autocomplete"; > proxy = firstPr

Multiple AjaxProxy objects on one page

2012-07-10 Thread Damian Stasiak
Hi, I'm trying to implement autocomplete based on my database and I want to use AjaxProxy for that. I have two different fields on the same page that need to be auto completed. I create two AjaxProxy objects: FirstAutocompleteProxy : PMAjaxProxy { name = "autocomplete"; proxy = firstProxy; pro