Em Thursday 07 February 2008 08:58:59 Christoph Zwerschke escreveu: > Jorge Godoy wrote: > > I use the hidden id so little that I can't even remember one case where > > it helps me more than it annoys me... > > Yes, the simple form would be probably used more frequently. You need > the hidden value e.g. for entering a text field that has also a numeric > id. For instance, if you enter the user_name from the TG user table, you > usually want the corresponding user_id as well (or you would need to > make an additional query to the database).
I can cite several use cases for each. But again, I don't use them and using them might be much more annoying than anything else... Most of the time where one wants the ID associated to a description (be it user name or not) a combobox (i.e. select) is more appropriate. The auto complete field becomes more interesting if you have too many options to choose from. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

