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 | ||||
ADD
/icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/icefaces.xhtml
DEL
/icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/diff.xhtml
ADD
/icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/nonicefaces.xhtml
MODIFY
/icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/index.html
|
| 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 | ||||
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/context/DOMPartialViewContext.java
MODIFY
/icefaces/scratchpads/glimmer/core/src/main/java/org/icefaces/util/EnvUtils.java
|
| 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 | ||||
ADD
/icefaces/scratchpads/glimmer/samples/basic/tests/basicICE2.0ReloadRetry.html
ADD
/icefaces/scratchpads/glimmer/samples/basic/tests
MODIFY
/icefaces/scratchpads/glimmer/samples/basic/src/main/webapp/WEB-INF/web.xml
ADD
/icefaces/scratchpads/glimmer/samples/basic/tests/basicICEfaces2.html
ADD
/icefaces/scratchpads/glimmer/samples/basic/tests/basicICETestSuite
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19435 | Fri Oct 16 14:29:26 MDT 2009 | judy.guglielmin | |
| Files Changed | ||||
ADD
/icefaces/scratchpads/glimmer/samples/basic/tests/readme.txt
|
| 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>