hi all,
i have a array of text_field_tags in my Edit form like below
<% @name_list.each do |k|%>
Name <%= text_field_tag "names[#{k.id}]","#{k.name}"%>
<%end%>
I want to do modal validation for this form.
Any ideas or suggestions to try validation for array of fields
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---