Details
Description
We need to handle HTTP errors such as when the connection is dropped. Also we need to provide a callback registration mechanism for wiring indicators that report the HTTP errors. This is a follow up for ICE-6411 .
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 2.1 [ 10241 ] | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Fix Version/s | 2.1 [ 10241 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23724 | Mon Jan 03 15:54:52 MST 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
MODIFY
/icefaces2/trunk/icefaces/compat/core/src/main/javascript/status.js
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/status.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Affects | [Documentation (User Guide, Ref. Guide, etc.)] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Introduced ice.onNetworkError(callback) registration function for notifying callbacks about connection problems. The registered callback will receive the status code and the description of the problem as parameters.
Wired default and compat indicators so that they are activated when the connection is dropped.