07-07-2006 06:53 AM
http://<server>/alfresco/template/workspace/SpacesStore/<spaceID>/workspace/SpacesStore/<templateID>Point is… I don't really need the first 50% of this URL, I only need the template. If use the direct link the Freemarker code isn't parsed. Any way to use a shorter URL to the template without having to assign some space fist?07-11-2006 06:47 AM
Small quick question this time. I have some templates that doesn't require a space to get the data. You can define templates that get the current space name but I have some templates that only use the companyhome.children for example.
I'll still parse these templates with a full URL like this one:Point is… I don't really need the first 50% of this URL, I only need the template. If use the direct link the Freemarker code isn't parsed. Any way to use a shorter URL to the template without having to assign some space fist?http://<server>/alfresco/template/workspace/SpacesStore/<spaceID>/workspace/SpacesStore/<templateID>
Why is this important? First of all, it ugly overhead and secondly… spaces may disappear and this could break my template which isn't even using that space.
http://<server>/alfresco/template/workspace/SpacesStore/<templateID>/workspace/SpacesStore/<templateID>Which means you don't need any other noderefs in your hand, but the URL is still long and annoying.http://<server>/alfresco/template?templatePath=/Company%20Home/Data%20Dictionary/Presentation%20Templates/mytemplate.ftl07-12-2006 02:56 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.