10 Jul
2008
10 Jul
'08
9:50 a.m.
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