I have a navtree content item in my site. It has items added to its nav_landingpage slot, and to its nav submenu slot. When I do read of the landing page display title using this code:
#set($title = $rx.codec.escapeForXml($node.getProperty(“rx:displaytitle”).String))
It works fine.
However, on doing a read to get the url of the item:
#set($landing_page = $node.getProperty(“nav:url”).String)
…It does not gives anything. Just gives # as its read value.
Any clues please??
manvinder