Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Component/s: Documentation
-
Labels:None
-
Environment:all supported browsers
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Create two variants for ice.singleSumit:
* ice.se() -- submits only element and event data with JSF lifecycle parameters: execute=@this, render=@all
* ice.ser() -- submits only element and event data with JSF lifecycle parameters: execute=@this, render=@this
Also, introduce configuration parameter that can transform ice.se and ice.ser functions from single submit into a full submit to support third party components or framework that do not fully respect JSF component/renderer contracts. The value of the context parameter 'org.icefaces.standardFormSerialization' is propagated to the bridge to modify submit behavior accordingly.
* ice.se() -- submits only element and event data with JSF lifecycle parameters: execute=@this, render=@all
* ice.ser() -- submits only element and event data with JSF lifecycle parameters: execute=@this, render=@this
Also, introduce configuration parameter that can transform ice.se and ice.ser functions from single submit into a full submit to support third party components or framework that do not fully respect JSF component/renderer contracts. The value of the context parameter 'org.icefaces.standardFormSerialization' is propagated to the bridge to modify submit behavior accordingly.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
Assignee | Mircea Toma [ mircea.toma ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0-Alpha3 [ 10032 ] | |
Fix Version/s | 2.0-Beta [ 10231 ] | |
Assignee Priority | P2 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #21348 | Thu Apr 29 14:12:05 MDT 2010 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/javascript/application.js
MODIFY /icefaces/scratchpads/glimmer/core/src/main/javascript/submit.js MODIFY /icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/event/BridgeSetup.java |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Link | This issue blocks ICE-5612 [ ICE-5612 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0-Beta [ 10231 ] | |
Fix Version/s | 2.0-Alpha3 [ 10032 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
Created submit functions variants. Refactored submission code to use only two basic functions. Moved bridge configuration from window level to view fragment level.