4 Nov
2008
4 Nov
'08
4:15 p.m.
Sergiu, Thanks for all your help, everything is working perfectly now! Sergiu Dumitriu-2 wrote:
Yes, I read the whole snippet again. The problem is that $object is not an object, but a document. You must replace:
#set ($object = $xwiki.getDocument(${item}))
with
#set($object = $xwiki.getDocument(${item}).getObject('Example.ExampleClass'))
-- View this message in context: http://n2.nabble.com/Trouble-assessing-boolean-property-value-of-an-object-t... Sent from the XWiki- Users mailing list archive at Nabble.com.