search for: to_party

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

Did you mean: to_param
2006 Jan 10
2
Make link_to_remote call redirect current view, not read redirected content
...It follows the redirect, without notifying me. Anybody has any ideas on how I should be proceeding ? Workarounds or new solutions are accepted :) Here''s my code, at the moment: <%= link_to_remote(''Create Party'', { :url => {:action => ''convert_to_party'', :id => request}, :loading => visual_effect(:fade, "create-#{request.id}"), :failure => %q{alert(''Failure to update: '' + request.responseText)}, 302 => %q(alert(''Redirect To: '' + request.inspect))},...