search for: input_form

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

Did you mean: input_format
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 May 28
1
RJS template / page.insert_html problem
...r error message in browser, the new content for the div simply isn''t changed at all. This is my code: ... action = "save_" + controller.action_name page.insert_html :before, "block_2", form_remote_tag( :url => { :action => action }, :html => { :id => "input_form" }) page.insert_html :after, "block_3", end_form_tag ... which doesn''t change the generated AT ALL, my form tag never gets written :-( What is it that I''m doing wrong?? Any help very much appreciated!! On a sidenote: I read about this before on this list, so I st...