Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: EE-3.2.0.BETA, EE-3.2.0.GA, 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3 trunk revision# 32166
Description
When setting the mandatoryResource config for 'gMap' or 'org.icefaces.ace.component.gmap.GMap' and dynamically including ace:gMap on the page the component does not render.
Test application is located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Manual/gMap
Test page is located at /gMapMandResConf.jsf
Committed fix to trunk at revision 32334.
The fix consisted in normalizing the API resource registration in order to prevent the browser from requesting the resource again, causing incorrect behaviour in the client.