It is not related to the autocomplete. Autocomplete triggers an event on the server side it is up to you to figure out what to return. Usually this should query some db table and return data that matches that.
Example You have a filed that would help users to type in a country. When they start to type "Ser" you will give them a list of countries that matches the db table. If you want to show them all just do a db query that will return the entire content of the db table and then show it in screen Hope it helps On Fri, Sep 6, 2013 at 9:19 PM, Jan Fryblik <jan.fryb...@ebrothers.cz>wrote: > > > That's what i'm trying to do, but i don't know how to force autocomplete > to show all options. Or have i missed something? > > > On Fri, 06 Sep 2013 21:12:58 +0200, Boris Horvat <horvat.z.bo...@gmail.com> > wrote: > > So why not create a button that will populate a list of the available >> options? >> >> >> On Fri, Sep 6, 2013 at 9:04 PM, Jan Fryblik <jan.fryb...@ebrothers.cz>** >> wrote: >> >> ** >>> Hi guys, >>> >>> I'm using Tapestry-JQuery AutoComplete component and i would like to have >>> small button to show all options next to text field. Does somebody know >>> how >>> to open autocomplete list? I've tried a few solutions suggested in other >>> discussions, but none of them worked. Thank you in advance. >>> >>> >>> Best Regards, >>> Jan >>> >>> >>> >>> >>> >>> >>> >>> >> >> > > -- > S pozdravem > > > > Mgr. Jan Fryblík > jednatel > +420 739 094 784 > jan.fryb...@ebrothers.cz > > eBrothers Software s.r.o. | www.ebrothers.cz > -- Sincerely *Boris Horvat*