Thanks... And not for the currently login user.
How to list all the usernames *Example:* #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.XWikiUsers'") #foreach ($item in $xwiki.searchDocuments($sql)) * [$item] #end -- Prathap On Fri, Sep 19, 2008 at 12:45 PM, Guillaume Lerouge <[EMAIL PROTECTED]>wrote: > $context.user > > On Fri, Sep 19, 2008 at 8:45 AM, Prathap Pandian > <[EMAIL PROTECTED]>wrote: > > > Hi, > > > > How to get/print the existing xwiki username.(XWiki.Admin) in a separate > > page....? > > > > -- > > Prathap > > _______________________________________________ > > devs mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/devs > > > > > > -- > Guillaume Lerouge > Product Manager - XWiki > Skype ID : wikibc > http://blog.xwiki.com/ > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

