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
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 |