raja raja wrote:
hai,
how can print all users id with email ?..
You mean all users who did enter an email in their profile?
#foreach($u in $xwiki.searchDocuments(", BaseObject obj, StringProperty
e where obj.name = doc.fullName and obj.className = 'XWiki.XWikiUsers'
and e.id.id = obj.id and e.id.name = 'email' and e.value <> '' order
by
doc.name"))
* $u
#end
--
Sergiu Dumitriu
http://purl.org/net/sergiu/