search for: realtime_valid

Displaying 2 results from an estimated 2 matches for "realtime_valid".

2006 Apr 27
5
Realtime Form Validation Plugin Available
Granted, I''m still very much a newbie, but after reading an article on AJAX that basically states at one point that just because you can use AJAX doesn''t always mean you should, I have to ask: Why bother contacting the server (even if it is an insignificant amount of bandwidth) to validate the sanity of form data (unless you''re actually validating against something in
2006 Jun 12
0
Realtime form validation for forms containing collections
...collections, as described in the AWDWR book. Basically my form looks like this. 2004 2005 2006 Question 1 12 13 15 Question 2 9 11 13 I have the following code to generate ids for my input fields. In my view and my controller I have realtime_validation setup 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 +...