Christoph Zwerschke wrote: > I have constructed a TurboGears form like that: > [...] > > Now I wanted to replace some of the TextFields with AutoCompleteFields. > I had hoped that I simply need to replace "TextField" in the code above > with "AutoCompleteField" and add a search_controller parameter. > > But unfortunately, AutoCompleteField is a CompoundWidget, so it returns > a dictionary with two values. [...]
I'd like to point out there is a AutoCompleteField in (TG-)Scriptaculous which can be used like a simple TextField (with a additional parameter for the suggestions' controller). You can find further details in the TG-Toolbox. -- W-Mark Kubacki
smime.p7s
Description: S/MIME Cryptographic Signature

