search for: _field_name

Displaying 1 result from an estimated 1 matches for "_field_name".

Did you mean: field_name
2006 Jun 12
0
Realtime form validation for forms containing collections
...tup properly (all other forms without collections work fine!) <% @id = 1 %> <% for @model_name in @model_instance_var %> <td class="questin"><%=text_field("model_name[]", ''field_name'', :id => "modelname[" + @id.to_s + "]_field_name") %> <% @id += 1 %> <% end %> However, this is not working! Any tips on how to get forms containing collections working with realtime validation? I would really appreciate any help! cheers Martin