Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 Final
-
Fix Version/s: 1.3 Beta
-
Component/s: Containers
-
Labels:None
-
Environment:Android, ICEmobile-SX
Description
ICEmobile-SX provides the capability of including additional parameters in the form POST. This was not initially implemented in the Android version and resulted in text input values being lost in the icemobilespring demo.
icemobile.js was also modified as follows:
+//ajax page update upon return is not yet implemented
+// returnURL += "#icemobilesx";
ICEmobile-SX has the capability of causing an ajax update upon completion, but the completion handlers had not been implemented correctly, so this is being disabled until the completion handlers are implemented. (This change had already been made for ICEfaces, but the possibility was left open that the spring integration supported this completion update).