Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:n/a
-
Assignee Priority:P2
Description
The ICEfaces compat js library is automatically being loaded in the browser when the icefaces-compat.jar is on the classpath. This is not desirable as there are js conflicts between between the compat js library and other libraries, such as mobi. Users may want to have xhtml pages use only the ace or mobi libraries, without the compat js library, while still requiring ice on other pages, forcing them to include the compat jar on the classpath, which will load the compat js library on all pages.
Test case showing the compat js loading on a page without ice tags or namespace. The mojarra jar was removed for attachment size limitations.