Sunday 16 May 2004 8:56:00 am
I need to fetch the nodes under a node's grandparent. How do I do this when cache is turned on? See: http://www.ez.no/community/forum/general/fetching_nodes_under_a_nodes_grandparent I have tried this
{let category_list=fetch(content,'list',hash(parent_node_id,$DesignKeys:used.parent_node,
'class_filter_type', 'include', 'class_filter_array', array( 10 )))} but it works only when a delete the cache.
|