[jQuery] checking jquery get status
Hi,
if I call a servlet like
$.get("myServlet", function(results) {
alert(results);
}
And if the servlet has a problems and does
RequestDispatcher rd = request.getRequestDispatcher(<error page>);
rd.forward(request, response);
I can detech the error from the returned html, is it
possible to determine what error page was requested?
Is there a way to look at the request object from jquery?
I want to forward to that error page. Thanks
_______________________________________________
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/