Hi
Is there a tag that will take a uuid and convert it to relative or absolute
path?
Reason I ask is because there is a controll uuidLink which will store uuid in
the JCR.
But to use it in the page you have to do something like:
String uuidLink = node.getNodeData("url").getString();
link = LinkUtil.makeAbsolutePathFromUUID(uuidLink);
I was wondering if there is a tag that can be used to do this rather than
having to write a scriptlet ...
Regards
Amir
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------