Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: Samples
-
Labels:None
-
Environment:HideTomcat 7, IE7, though occurring in other browsers as well. ee-composite showcase. During testing I added the icefaces-ee-ext.jar and this context param in the web.xml file
<context-param>
<param-name>javax.faces.FACELETS_DECORATORS</param-name>
<param-value>com.icesoft.facelets.HtmlTagDecorator</param-value>
</context-param>
but it did not make a difference if they were included or not.ShowTomcat 7, IE7, though occurring in other browsers as well. ee-composite showcase. During testing I added the icefaces-ee-ext.jar and this context param in the web.xml file <context-param> <param-name>javax.faces.FACELETS_DECORATORS</param-name> <param-value>com.icesoft.facelets.HtmlTagDecorator</param-value> </context-param> but it did not make a difference if they were included or not.
-
Assignee Priority:P1
Description
General Error Seen in many applications.
Line: 49
Char: 1
Error: 'ice.ee.compat' is not null or not an object
Number Spinner, Date Spinner, Text Spinner
Hovering over number spinners causes the error.
Polling, Status Bar, Slide Show
Navigating to the page causes the error.
Schedule
Trying to change tabs in demo causes error.
To reproduce:
Build/Deploy ee-composite showcase.
Navigate to the above mentioned demos.
Line: 49
Char: 1
Error: 'ice.ee.compat' is not null or not an object
Number Spinner, Date Spinner, Text Spinner
Hovering over number spinners causes the error.
Polling, Status Bar, Slide Show
Navigating to the page causes the error.
Schedule
Trying to change tabs in demo causes error.
To reproduce:
Build/Deploy ee-composite showcase.
Navigate to the above mentioned demos.
Appears to be due to a resource loading issue. The com.icesoft.faces.facelets.component.ResourceLoadingComponent was being used to automatically load the following resources with the @MandatoryResourceComponent annotation, but appears to no longer work:
nifty.js
ice.ee.compat.js