I haven't tried it, but when I was looking at the JCR spec, the jcr:deref function seemed to take a UUID and dereference that node... which would then allow you to pull data from it. There might be an easier way.

I think the cms:out might have some options for you to pass in a UUID - you could scan over the code for it and see if it will let you spit out a specific node data as part of that.

If it were me, I'd probably use a magnolia taglib to load the page (I think <cms:loadPage works) (and if I couldn't find one to do it, i'd write a two-line scriptlet to do it) and the use the <cms:set tag to expose the attributes of the page as a map, grab the value I cared about, and then use <cms:unloadPage


Ryan

On Mar 10, 2008, at 1:52 PM, Ryan Bales wrote:

I am hoping that someone can kindly tell me the best way to return a specific node value (a page's title for example) if that I have page's UUID --xpath query? Any help would be great!
-Ryan

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to