|
PageIcon in Composite Application: where is the mistake?
Julian Buss, May 31st, 2010 11:22:19
Tags: composite applications
I want to change the page icon (com.ibm.portal.PageIcon) in a composite application. But. It. Simply. Does. Not. Work.
Here are the steps, please enlighten me what's wrong: 1.) In 8.5.1: opened composite application editor, opened page properties, opened icon selector, icon icon list is being read and... nothing. No entry in the list, I cannot select an icon (yes, there is a PNG-icon in the app!). 2.) in 8.5.2 I don't have the CA editor installed, so I opened the XML directly. Searching for "PageIcon" revealed the following entry somewhere in the XML: I took the equivalent entry from another application and changed it to: No luck, Icon didn't changed. 3.) Then I looked for the section in the XML describing the page the application starts with. I found it and added Again, no luck. 4.) I changed the URL in the property to: or Both without luck. Please can someone share the missing link with me? UPDATE 1. july 2010: I nailed it down. The icon selection dialog in the composit application editor works when I remove all image resources except one. In the app there are about 300 image resources, so it seems that the icon dialog has a problem with that amount of images. I made a reproducible case and sent it to IBM.
Comments (4) | Permanent Link
1) PageIcon in Composite Application: where is the mistake?
Hi Julian, It's just one year ago. I think I have a solution for you. Try this (only the name of the image resource): "com.ibm.portal.PageIcon"> "ca_applogo.png" xsi:type="base:String"/> Regards Alex 2) PageIcon in Composite Application: where is the mistake?
thanks, Alex :-) 3) PageIcon in Composite Application: where is the mistake?
Hi, Could you please help me with the pageicon issue. I have a form which I display on the right hand sidebar and needed a pageicon to display, however nothing seems to work for me. 4) PageIcon in Composite Application: where is the mistake?
Hi Julian, This is my code. Please help. <base:nls-string xml:lang="en">My Links</base:nls-string> </title> <description/> <preference name="com.ibm.portal.PageIcon"> <base:value value="tab_calendar_16.png" xsi:type="base:String"/> </preference> |
