Anyone managed to create a new skin in UWC?

Has anyone successfully created a new skin in UWC (2005Q4)?

Have been following the instructions in Communications Express Customization Guide Chapter 2:

1. Edit /var/opt/SUNWuwc/WEB-INF/domain/uwcdomainconfig.properties: set uwc-user-attr-sunUCTheme=sunny

1. mkdir /var/opt/SUNWuwc/WEB-INF/skin/sunny

2. cp /var/opt/SUNWuwc/WEB-INF/skin/themes.properties /var/opt/SUNWuwc/WEB-INF/skin/sunny/themes.properties

3. Modify the relevant parameters in /var/opt/SUNWuwc/WEB-INF/skin/sunny/themes.properties

4. Restart webserver.

However after restarting the webserver, the UI is still displaying the default "uwc" theme.

Not sure if there are any additional steps that are missing from the docs?

Note: I did a dump of my session attributes - the value of "sunUCTheme" session attribute is "sunny".

Thanks in advance.

[877 byte] By [singchyuna] at [2007-11-26 12:32:36]
# 1
Hi,There is a doc bug regarding the attribute for CUSTOMIZATION of theme.You need to modify the attribute to SunUCTheme =sunny not sunUCTheme.Restart WebContianer.ThanksRamya
ramya_ravia at 2007-7-7 15:45:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Thanks for the tip, Ramya.Do you mean to change the session attribute name or the attribute name in uwcdomainconfig.properties?Btw, do you have the bug ID of this bug?Thanks!Regards,Sing Chyun
singchyuna at 2007-7-7 15:45:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
I mean you have to change the attribute name in uwcdomainconfig ,it is not mentioned correctly.Trying to get hte bug id ,will mail you once I get to it.ThanksRamya
ramya_ravia at 2007-7-7 15:45:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4

Hi Ramya,

In addition to changing the "S" to uppercase, I realise that I also need to add one more "-en" attribute:

uwc-user-attr-SunUCTheme=sunny

uwc-user-attr-SunUCTheme-en=sunny

After making the above changes, my skin customization now works.

Thanks for your great help, Ramya! :)

Regards,

Sing Chyun

singchyuna at 2007-7-7 15:45:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
Glad to know its working now.Related CR 6403664.thanks,Ramya
ramya_ravia at 2007-7-7 15:45:46 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...