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
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>