Hi everyones, I have a project using internal views. I want to get these views' title from the skin bundle, but I don't need any style. So I defined a skin-addition on simple.desktop as follow:
<?xml version="1.0" encoding="ISO-8859-1"?> <skins xmlns="http://myfaces.apache.org/trinidad/skin"> <skin-addition> <skin-id>simple.desktop</skin-id> <bundle-name>path.resource.SkinBundle</bundle-name> </skin-addition> </skins> However, the bundle never get called, is it because no CSS is defined? ~ Simon
