Details
Description
When setting ajaxable=true for an ICEfaces portlet a few JavaScript errors are thrown when first adding it to the page. This prevents the push connection from being loaded and other JavaScript functionality related to the "ice" value. Once the browser is refreshed everything works and is loaded correctly.
Error: ReferenceError: ice is not defined
Setting ajaxable=false prevents this from occuring since with this it requires a full prowser refresh.
-
Hide
- UtilsV2-portlet.war
- 9.31 MB
- Migration
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/.../portal/DialogBean.java 1.0 kB
- WEB-INF/.../InjectedCustomScopedBean.java 0.6 kB
- WEB-INF/.../InjectedViewScopedBean.java 0.6 kB
- WEB-INF/classes/.../portal/TestDialog.java 1 kB
- WEB-INF/classes/.../ViewScopedBean.java 2 kB
- WEB-INF/classes/.../portal/DialogBean.class 2 kB
- WEB-INF/.../InjectedCustomScopedBean.class 1.0 kB
- WEB-INF/.../InjectedViewScopedBean.class 0.9 kB
- WEB-INF/classes/.../portal/TestDialog.class 2 kB
- WEB-INF/classes/.../ViewScopedBean.class 3 kB
- WEB-INF/classes/.../messages.properties 125 kB
- WEB-INF/classes/.../messages_en.properties 0.3 kB
- WEB-INF/faces-config.xml 0.6 kB
- WEB-INF/.../liferay-faces-bridge-api-3.1.0-rc2.jar 29 kB
- WEB-INF/.../liferay-faces-util-3.1.0-rc2.jar 53 kB
- WEB-INF/.../liferay-faces-bridge-impl-3.1.0-rc2.jar 438 kB
- WEB-INF/lib/icefaces.jar 329 kB
- WEB-INF/lib/icefaces-ace.jar 2.88 MB
- WEB-INF/lib/javax.faces.jar 2.49 MB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-compat.jar 2.67 MB
- WEB-INF/lib/jxl.jar 708 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/lib/icepush.jar 342 kB
- WEB-INF/liferay-display.xml 0.4 kB
- WEB-INF/liferay-plugin-package.properties 0.2 kB
- WEB-INF/liferay-portlet.xml 1 kB
- WEB-INF/portlet.xml 2 kB
- WEB-INF/src/com/.../portal/DialogBean.java 1.0 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Support Case #11575
Has any one found the solution for this as i am also facing the same issue
Show
Muhammad Hanif
added a comment - Has any one found the solution for this as i am also facing the same issue
No solution yet. The script resources required by ICEfaces won't load properly if ajaxable=true. So, for now, it is still required to be set to false.
Show
Deryk Sinotte
added a comment - No solution yet. The script resources required by ICEfaces won't load properly if ajaxable=true. So, for now, it is still required to be set to false.
Attached test case. Load the Test View Bean portlet from the CSE-Servlec menu.
(Restricted to icesoft-internal-developers group)