Hi all,
struts.xml and tiles.xml are probably not in sync any more.
struts.xml
<action name="themeEdit!*" method="{1}" class="
org.apache.roller.weblogger.ui.struts2.editor.ThemeEdit">
<result name="input" type="tiles">.ThemeEdit</result>
<result name="input-sharedonly"
type="tiles">.ThemeEditSharedThemesOnly</result>
</action>
In tiles.xml is no '.ThemeEditSharedThemesOnly' defined and therefore tiles
throws "NoSuchDefinitionException: .ThemeEditSharedThemesOnly".
This Exception gets thrown when "Allow Custom Themes" in Theme Settings
under Global Roller Config is set to "false"
Jens