I noticed that JSF 1.2. does not return an error page when an exception was thrown in the actionListener method, but returns an error page when an exception was thrown in the action method. Why is this? Can it return an error page in both cases?
Any exception that is thrown in a method FacesEventis silently caught and authenticated at AbortProcessingExceptionand logged into the console. This is exactly the same as in the spec.
FacesEvent
AbortProcessingException
ActionEvent ( FacesEvent) . . , , , - - ( ).
ActionEvent
Source: https://habr.com/ru/post/1768575/More articles:Keyboard Events - jqueryRemoving duplicate rows from a database - sqlResque resque-web plugin not working - ruby-on-railsQT splitter widget? - c ++Access-like editor for SQL Compact Edition - sql-serverWhy can't WCF be called in wcftestclient? - wcfСупер простое в использовании (ручное) программное обеспечение для управления проектами? - project-managementThreading in Rails - execute [] persist parameters? - multithreadingCannot hit breakpoints for user-generated actions when debugging jython code with PyDev in Eclipse - debuggingOData implementation for ASP.NET MVC - odataAll Articles