search for: newopp

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

Did you mean: newops
2006 Jul 13
3
not quite getting ajax to work..
this might not be an ajax problem.. but i am stumped.. to cut out all the mess, here''s what i have a controller with this code: def test render(:layout => false) @data = params[:newOpp] end a partial which contains a form that has a button like this: <%= submit_to_remote("confirm","Confirm Entry", :url => {:action => ''test''}, :update => ''confirmation'') %> what i would like to do in test.rhtml is feed th...