I have a couple places where the same problem comes up. The easy one is with a user name. I have the user name broken into two fields of first_name and last_name. I could redo it and make the UI be just one field and then split it into two fields in the controller (this is a Rails App). But, in the other case, I have an address of street, city, state, etc. Trying to break that up from one field into multiple fields seems error prone. I''m not even sure it is a good idea to have autocomplete in these cases. It may prove to be very confusing. But I''m curious if there are examples out there that have done this or if there are any general suggestions of what to do and how to do it. Thank you, Perry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---