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-tp1450033p1455136.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to