Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.8.2-EE-GA, 1.8.3
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
When several updates are available for a particular element, ICEfaces will coalesce these (based on the element ID) into the latest update. This is a performance optimization that avoids overwhelming clients that are unable to retrieve updates as quickly as the server can generate them. In some cases, however (such as for a component that records changes from the last time it was rendered) this update coalescing should not be performed.
Then intent of this JIRA is to provide a configuration parameter for turning off update coalescing. A more fully-featured implementation might allow coalescing to be configured selectively for different components or regions of the page.
Then intent of this JIRA is to provide a configuration parameter for turning off update coalescing. A more fully-featured implementation might allow coalescing to be configured selectively for different components or regions of the page.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19724 | Wed Nov 18 10:36:18 MST 2009 | ted.goddard | configurable coalesceUpdates ( |
Files Changed | ||||
![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8.2-EE [ 10216 ] | |
Fix Version/s | 1.8.3 [ 10211 ] |
Salesforce Case | [] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Set coalesceUpdates to false to turn off the update coalescing optimization. This is useful for custom components that make non-idempotent changes to the DOM (changes that depend on previous renders, not just the current state of the component).
<context-param>
<param-name>com.icesoft.faces.coalesceUpdates</param-name>
<param-value>false</param-value>
</context-param>