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.
Activity
Ted Goddard
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35201 | Tue May 21 13:42:56 MDT 2013 | ted.goddard | propagate additional icemobile-sx parameters ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/integration/util/src/org/icemobile/client/android/util/UtilInterface.java
MODIFY /icemobile/trunk/icemobile/client/android/icemobile-sx/src/org/icemobile/client/android/icemobilesx/ICEmobileSX.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35204 | Tue May 21 14:38:54 MDT 2013 | ted.goddard | disable icemobilesx hash tag until ajax update reaction is improved ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
|
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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).