On Sun, Dec 14, 2008 at 5:14 PM, David Sousa <[email protected]> wrote:
> The question is: Should this input(<input > id="invoice_items_attributes__item" type="text" size="30" > name="invoice[items_attributes][][item]"/>) have a id different from the > other ones? I Absolutely, that's basic HTML -- an ID must be unique within a given page. And more so if you have JavaScript acting on things via ID. FWIW, -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

