When using the updater / onFailure event, what is the best way to determine
what the actual error is?

What I came up with was this:

function ajax_err(transport) {
  alert("An AJAX error occurred: " +transport.statusText);
}

But it seems like its not detailed enough...

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to