Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.4 Beta
-
Fix Version/s: EE 1.3.1.GA_P01
-
Component/s: Faces
-
Labels:None
-
Environment:n/a
-
Support Case References:00012961
Description
We need to leverage the new Resource Coalescing available in ICEfaces 3.3 to reduce our JavaScript and CSS requests.
<mobi:deviceResource> will need to be updated to create resource components rather than rendering links directly. One issue appears to be that the deviceResource is a single component that only creates links and script tags during the render phase, whereas the Resource Coalescing appears to take affect in the preRender event of the UIViewRoot, which happens before this.