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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Created submit functions variants. Refactored submission code to use only two basic functions. Moved bridge configuration from window level to view fragment level.