-
Bug
-
Resolution: Fixed
-
Low
-
None
The following snippet will cause Confluence not to find the velocity templates:
<xwork key="space-admin-actions" name="Scroll Space Template Actions"> <package name="Scroll Admin Actions" extends="spaces" namespace="/spaces/com.k15t.scroll.office"> <default-interceptor-ref name="defaultStack"/> <action name="templates" class="com.k15t.scroll.office.web.admin.SpacesTemplatesAction" method="action"> <result name="success" type="velocity">/com/k15t/scroll/office/templates/admin/templates-spaces.vm </result> <result name="error" type="velocity">/com/k15t/scroll/office/templates/admin/templates-spaces.vm </result> <result name="none" type="redirect">/spaces/com.k15t.scroll.office/templates.action?key=${space.Key} </result> </action> </package> </xwork>
It would be nice if you could trim the whitespace, as idea will introduce the white-spaces on code-formatting.
Great, thanks for that! Grüße from Germany, -Stefan