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
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21117 | Wed Mar 31 11:38:24 MDT 2010 | ted.goddard | diff applied just to rendered subtrees ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/util/DOMUtils.java
MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMResponseWriter.java MODIFY /icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/icefaces.xhtml MODIFY /icefaces/scratchpads/glimmer/samples/basic/src/main/java/org/icefaces/demo/basic/Basic.java MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMPartialViewContext.java ADD /icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/icefaces-subtree.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21088 | Fri Mar 26 09:43:54 MDT 2010 | ted.goddard | corrected log message string ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMResponseWriter.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21042 | Mon Mar 22 17:22:17 MDT 2010 | ted.goddard | initial but fragile subtree rendering ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMResponseWriter.java
MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMPartialViewContext.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21030 | Mon Mar 22 11:41:49 MDT 2010 | ted.goddard | identifying id attribute for use by getElementById ( |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMResponseWriter.java
|