Re: overriding built-in AJAX error reporting

2014-10-06 Thread Ilya Obshadko
What I can see so far is that AJAX error reporting is hard-coded in exception-frame.js. I can't understand how to override this logic properly. The only option is to create CSS selector div.exception-container iframe { display: none; } and modify div.exception-container position/size (which does l

overriding built-in AJAX error reporting

2014-10-05 Thread Ilya Obshadko
Could anybody suggest how do I override internal error reporting for AJAX request errors? This is not immediately clear for me how to proceed. I have read and understood http://tapestry.apache.org/overriding-exception-reporting.html, but still have questions for XHR requests. As far as I can see,