Nvm, I'm stupid and cannot write a fully qualified class name without missing one sub-package...
On 9/26/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > > 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 >
