how to make error page (http 500) work in IceFaces?
问题 Using Icefaces 2, if an error occurs during execution of an action method on a standard (=not icefaces) h:commandButton, it just seems the button has no action. No error page is displayed, although it is configured to do so in web.xml. I can make it work by surrounding the tag with <f:ajax disabled="true">...</f:ajax> But I'd want to either disable this automatic ajax from Icefaces (see question How to disable unsollicited ajax on standard components (h:commandButton) while using Icefaces? ),