I have successfully used node.name, node.properties.name, and node.id. However, I can't use node.path for some reason. How do I get the path of a node using FreeMarker?
node.properties.description seems to work, except we can't store folder descriptions with latest version of Alfresco WCM 2.1.
I've just checked and node.path is working fine for me in 2.1 (it simply returns a member variable). Do you definitely have an AVM node in your hand? If you do then node.id is identical to node.path for an AVM node (as the path IS the id in AVM world) so it should return you the path not a GUID.
Hope Kev's comments helped and you've got this working!
If you've any tips and tricks (or code!) to share with anyone for the web script you are building, please do. We'd like to get others to start leveraging web scripts, and so anything you can add to help others take the steps you are would be *excellent*.