On Nov 14, 9:39 am, Smarty 2k <[EMAIL PROTECTED]>
wrote:
>
> Enter <div id="first"> this div only working
>
> But.... Second <div id="first"> not working
>
> Get only first div datas only....
> please help me...

That's what rails does if two inputs have the same name: it only uses
the first one (unless the name ends with [], in which case you'll get
an array with all the values).

Fred

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to