Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Spring Webflow, standard JSF state saving
-
Affects:Compatibility/Configuration
Description
The fix in ICE-5383 has the side effect of breaking Spring Webflow, and likely standard JSF state saving, since UIComponents are not Serializable, so storing the DataPaginator in the attributes map of its UIData, can not work.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Store the clientId of the dataPaginator in the UIData/UISeries/HtmlDataTable, which is serializable. Then do a simple component lookup in UISeries.
Subversion 21506
icefaces\component\src\com\icesoft\faces\component\datapaginator\DataPaginator.java
icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java