Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P03
-
Component/s: Documentation, ICECORE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13137 - https://icesoft.my.salesforce.com/5007000000rsQxg
Description
Feature Request: The idleMonitor has been implemented for the 4.0.0 release. This request is to back port this to the 3.3.x code base.
The the moment it does look like the component is available (compiles fine) but not implemented, the follow error is thrown when rendering a page with it: javax.faces.FacesException: Expression Error: Named Object: org.icefaces.impl.component.IdleMonitor not found.
An alternative would be to use the ice.onUserInactivity() JavaScript API.
The the moment it does look like the component is available (compiles fine) but not implemented, the follow error is thrown when rendering a page with it: javax.faces.FacesException: Expression Error: Named Object: org.icefaces.impl.component.IdleMonitor not found.
An alternative would be to use the ice.onUserInactivity() JavaScript API.
Ported back fully icecore:idleMonitor component.