is it possible to prevent the onSuccess Event after an on404 _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
On 2/20/06, Mark Renn Caluag <markrenn-FnMBpY4nYwRWk0Htik3J/w@public.gmane.org> wrote:> is it possible to prevent the onSuccess Event after an on404You shouldn''t get an onSuccess after the server returned a 404 error. You /would/ still get the onComplete though. I''d recommend either going through your code again to verify what you''re seeing or giving us something to look at; preferrably a live site. Todd