Hi all, I'm tying to use the Tacos Autocompleter component in a way I guess it isn't suposed to. I have to create an interface in with I search for a specific instance of... say a client by its name. I want to know witch client is selected by the user. If I search by the client name then that is what the autocompleter returns, the problem is that I can have more than one clent with the same name. O even if I could garantee uniqness to all list I give to my autocompleter I still would have to issue a search to my database to get the complete instance (POJO) corresponding to the selected client's name. Has someone had this issue? What did you do to solve it? I would like be able to get an ID value, or even the full object in some way from the original list instead of having to make a new search.
Thanks, -- Pedro Viegas