Hi, some time ago I ran into some problems using the autocomplete that comes in the extensions.
As I struggled I finally downloaded all the code, javascript, etc. and decided to take a deeper look. What I found out was that the hole autocomplete controller functions in the client side (JavaScript) had fix reference for the objects or elements that compose the autocomplete menu and choices. As I tried to change the default render from a ul and li elements to a table with specific styling I came across with the impossibility with the current implementation. I think a new form of autocomplete is needed. One that could better abstract scenarios in which user don't want to use the UL LI elements. I plan in developing one, if the boss approves, and wanted to know if I can send it to some of you so you 'll review it and see if I can contribute some to the cause... ;-) f(t)