Hi, I have created a class with some properties, including a Database List. What I want to do is check if some element has been selected for a particular object of that class. I'm currently using this velocity code: #set($obj = $doc.getObject('Space.Class')) #set($property = $obj.get('propertyName')) * $property where propertyName is the name of the Database List property. The result is a string with all the selected elements in that object. How could I check if some particular element exists in that property? Could I iterate over that property? Thanks in advance. Best regards, Luís Braga -- View this message in context: http://xwiki.475771.n2.nabble.com/Access-Database-List-elements-tp5992777p59... Sent from the XWiki- Dev mailing list archive at Nabble.com.