Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha1
-
Fix Version/s: 2.0-Alpha2, 2.0.0
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces, non-ICEfaces
-
Workaround Exists:Yes
-
Workaround Description:
Description
ICEfaces should not interfere with the Ajax functions of non-ICEfaces pages.
Issue Links
- depends on
-
ICE-4949 Support the partial page process features of JSF 2.0
-
- Closed
-
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18983 | Thu Jun 18 11:28:23 MDT 2009 | ted.goddard | added non-ICEfaces page ( |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0 [ 10032 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18986 | Thu Jun 18 17:35:53 MDT 2009 | ted.goddard | delegating for non ICEfaces views ( |
Files Changed | ||||
![]() ![]() |
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19434 | Fri Oct 16 14:22:43 MDT 2009 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19435 | Fri Oct 16 14:29:26 MDT 2009 | judy.guglielmin | |
Files Changed | ||||
![]() |
Fix Version/s | 2.0-Alpha1 [ 10213 ] | |
Fix Version/s | 2.0-Beta [ 10032 ] | |
Affects Version/s | 2.0-Alpha1 [ 10213 ] | |
Affects Version/s | 2.0-Beta [ 10032 ] |
Fix Version/s | 2.0-Alpha2 [ 10214 ] | |
Fix Version/s | 2.0-Alpha1 [ 10213 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.0.0 [ 10230 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The following JavaScript reference is inserted for non-ICEfaces pages:
<script type="text/javascript" src="/basic/javax.faces.resource/bridge.js.jsf">
<script type="text/javascript">ice.onLoad(function() { try {document.body.bridge = ice.Application({blockUI: false,session: '7398CBFA84C9E77650124474F2243EF6',connection: {heartbeat: {},context: {current: '/basic/',async: '/basic/'}},messages: {sessionExpired: 'User Session Expired',connectionLost: 'Network Connection Interrupted',serverError: 'Server Internal Error',description: 'To reconnect click the Reload button on the browser or click the button below',buttonText: 'Reload'}},document.body); } catch (e)
{ alert(e); }; });</script>