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.
Issue Links
Activity
Assignee | Steve Maryka [ steve.maryka ] | User Philip.breau [ philip.breau ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Duplicate [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42077 | Wed Aug 06 11:52:57 MDT 2014 | philip.breau | Leverage ICEfaces Resource Coalescing - change DeviceResourceRenderer to create an OutputStyleSheet component for the theme, which can then participate in proper ICEfaces resource handling and be specified in the resource-dependency.xml file - added sample resource-dependency.xml to showcase |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Resolution | Duplicate [ 3 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Support Case References | 00012961 |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | EE 1.3.1.GA_P01 [ 11670 ] |
<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.