Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#3
-
Component/s: Framework, ICE-Components
-
Labels:None
-
Environment:portal portlet
Description
Some components require 3rd party JavaScript libraries to be available to function properly. Current examples would be the Rich Text Editor (based on FCKEdit) and GMap (Google Maps) components. At the moment, we inject these additional scripts using techniques that enhance the <head>. However, in a portlet environment, the code path that does this injection is not executed. With ICEfaces, portlets are treated as page fragments and so the logic for enhancing the <head> is never run.
Issue Links
Activity
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 | |
| Assignee | Mircea Toma [ mircea.toma ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7Beta1 [ 10121 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15531 | Thu Jan 10 12:34:30 MST 2008 | deryk.sinotte | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/portlet/conf/liferay/liferay-display.xml
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/portlet/conf/portlet.xml
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/portlet/conf/liferay/liferay-portlet.xml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15530 | Thu Jan 10 12:21:37 MST 2008 | deryk.sinotte | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Assignee Priority | P1 |
| Fix Version/s | 1.7 [ 10080 ] | |
| Assignee | Mircea Toma [ mircea.toma ] |

Can somebody show me the code changed in DOMresponseWriter for the issue with Gmap?
Thanks