Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces 2.0 JSF 2.0
-
Workaround Exists:Yes
-
Workaround Description:Specify @all and let ICEfaces determine what needs to be executed/rendered
Description
The f:ajax tag allows attributes to determine which portions of a page should be executed and which should be rendered. ICEfaces should support the full range of both of these attributes. Since the attributes meaningfully apply to different parts of the JSF lifecycle (execute vs render), there are separate JIRAs for each part. This case applies to the render part of the lifecycle.
Issue Links
- is duplicated by
-
ICE-4949 Support the partial page process features of JSF 2.0
- Closed
document.getElementById() looks reasonable to add to DOMResponseWriter, so I will prototype the JSF rendering aspect. This bug is slightly higher in priority now since many of the mojarra tests exercise this feature.