Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P06
-
Fix Version/s: EE-3.3.0.GA_P07
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14380:- https://icesoft.my.salesforce.com/5000g00001wIW0k?srPos=0&srKp=500
-
Workaround Description:Base the resources on actual files on the file system or use ace:dynamicResource instead.
Description
The ice:outputResource component doesn't support ui:repeat. The contents of the last item in the list override the contents of all the other items. However, all meta data is correctly stored and rendered for each item in the list. The component does have some logic for the cases when it has a UIData parent, but this logic doesn't apply to ui:repeat.
While the issue of having the same URLs in ui:repeat was fixed as perICE-11431, there seems to be still an issue with the actual contents of the resources. However, it seems like there's no such issue when using actual files on the filesystem, instead of in-memory resources. The first test app provided by the customer now works as expected, in regards to the URLs and the content of the resources.
While the issue of having the same URLs in ui:repeat was fixed as per
Issue Links
- depends on
-
ICE-11431 ice:outputResource inside ui:repeat, wrong resource is downloaded from first link
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r52977, r52978: ice:outputResource, added check to detect ui:repeat parent and use logic for multiple instances of the component (3.3 EE maintenance branch and P07 tag).