Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, 2.0.1, EE-2.0.0.GA, 2.0.2
-
Fix Version/s: 2.1-Beta, 3.0, EE-2.0.0.GA_P01
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Mojarra 2.1.2
-
Assignee Priority:P2
-
Workaround Exists:Yes
-
Workaround Description:
Description
As soon as icefaces-compat.jar is on the classpath the default error popups are disabled. If an exception happens you there's no effect in the browser so one has to check the console output to see that actually something went wrong. Setting org.icefaces.disableDefaultErrorPopups=false in web.xml doesn't have an effect anymore.
icefaces-compat.jar should not modify the default and shouldn't disable org.icefaces.disableDefaultErrorPopups
icefaces-compat.jar should not modify the default and shouldn't disable org.icefaces.disableDefaultErrorPopups
Added example Eclipse project.
Enter some text in the textfield and press the button. In the button's action a RuntimeException is thrown. There's no reaction in the browser but a stacktrace in the console.
Remove icefaces-compat.jar from the lib folder and try again. The error popup appears as expected.