hello list
I set a content node and corresponding properties in the config workspace by
adding new content node and node data in the configuration of admin console.
e.g. -- temp (folder)
-- person (content node)
-- name (node data / property)
I intend to extract the value in the name property. however while I'm
accessing the the node through the cms: query from a page, and invoke the
var stored in the pageConext, I keep getting error, saying that no var is
found in the pageContext
<cms:query var="personTemp" query="//temp/person", repository="config",
type="xpath" nodeType="nt:base"/>
<h1>${pageContext.personTemp}</h1>
I've checked many articles in Internet, still can't get through it. Thanks
for help.
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------