search for: block_3

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

Did you mean: block_r
2006 May 28
1
RJS template / page.insert_html problem
...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 state it again. page[:xxx] construct isn''...