On Thu, Oct 15, 2009 at 6:22 AM, ct9a <[email protected]> wrote: > Now, let's assume that a given blog can have multiple categories (and > subcategories). > For example, a blog on a restaurant review can belong to the following > categories & subcategories: > > 1) "food" -> "fine dining" > 2) "people" -> "lifestyle" > 3) "travelling" -> "restaurants" > > After selecting a set of category and sub category, there will be a > link entitled, "add another category/subcategory"
Have you considered using simple check boxes for categories with an associated subcategory select (or radio button set)? You could simplify the interface and eliminate some unnecessary AJAX traffic. FWIW, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

