Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components, ICE-Components
-
Labels:None
-
Environment:ice ace core compat
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Affects:Compatibility/Configuration
Description
to allow resources listed in faces-config.xml files the ability to order or delegate, the name attribute must be present and distinct for each jar in the applications. The core jar already has
<name>ICEfacesCore</name>
but the ace, compat and mobi jars are currently without name. Generator will have to be modified to include the <name> tag as faces-config.xml for these are generated.
ee-comps jar and ee-accessibility will also have to be checked.
icepush does not have a faces-config.xml file
<name>ICEfacesCore</name>
but the ace, compat and mobi jars are currently without name. Generator will have to be modified to include the <name> tag as faces-config.xml for these are generated.
ee-comps jar and ee-accessibility will also have to be checked.
icepush does not have a faces-config.xml file
ace in icefaces4 trunk was good (had only single entry for ace).