]
Michal Vanco commented on GTNPORTAL-1818:
-----------------------------------------
Yes, exactly.
I found the correct format at following snippet of UIPortlet.java:
static final public String DEFAULT_THEME =
"Default:DefaultTheme::Vista:VistaTheme::Mac:MacTheme";
public String getSuitedTheme(String skin)
{
...
Map<String, String> themeMap = stringToThemeMap(getTheme());
if (themeMap.containsKey(skin))
{
return themeMap.get(skin);
}
return DEFAULT_THEME.split(":")[1];
}
And the skins 'Vista' and 'Mac' are out-dated (or at least I have never
seen them).
gatein_objects XSD missing theme, description, and icon elements for
portletApplicationType
-------------------------------------------------------------------------------------------
Key: GTNPORTAL-1818
URL:
https://issues.jboss.org/browse/GTNPORTAL-1818
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: Nick Scavelli
Assignee: Nick Scavelli
Labels: gatein_objects, jibx,, xml,
Fix For: 3.2.0-GA
jibx mappings allow for theme, description, and icon elements for a portlet application,
however they are not defined in gatein_objects XSD.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: