I never thought it will this simple, i was trying with JSON, just a new line at the end of every item has solved the problem. Thanks a lot ...
On Aug 26, 9:16 am, VirusMinus <[EMAIL PROTECTED]> wrote: > Whats the data like at the moment? > > By default the autocomplete takes a list with each list item on a new > line or a space. > > eg. > > ITEM1 ITEM2 ITEM3 ... ... > > or > > ITEM1 > ITEM2 > ITEM3 > > On Aug 25, 11:16 pm, DineshRao <[EMAIL PROTECTED]> wrote: > > > I am trying to populate the autocomplete with list fetched from DB > > (SQL server 2005), i am using ajax to do this. > > But, i am facing some problem in which format the list fetch from DB > > should be passed to the jquery.autocomplete.js > > By the by i am using Java and Jsp. I have tried to pass as string, > > arraylist. > > Can some one please help me.