Hi,
I've put a snippet on
xwiki.org :
http://code.xwiki.org/xwiki/bin/view/Snippets/ListWikiPagesCreatorsInCurren…
If you have interesting snippets to share, don't hesitate to put them
on
code.xwiki.org as well.
JV.
On Thu, Jul 10, 2008 at 9:50 AM, Prathap Pandian
<prathapmeister(a)gmail.com> wrote:
Hi,
I want to print the page creator in the panel.
And i have used the following code:
#panelheader($doc.web)
#foreach($subdoc in $xwiki.getSpaceDocsName("$doc.web"))
#set($web = $doc.web)
#set($page = $subdoc)
#set($document = "$web.$page")
$document.getCreator()
#end
#panelfooter()
but it seems not working.
--
Prathap
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs