Hi Paul, Here's a tip for answering all these questions. Velocity calls the XWiki Java objects so if you check the javadoc for them you'll see all methods that you can call.
$xwiki --> com.xpn.xwiki.api.XWiki $doc --> com.xpn.xwiki.api.Document $context --> com.xpn.xwiki.api.Context The Javadoc/API can be found here: http://platform.xwiki.org/xwiki/bin/view/DevGuide/API Hope it helps, -Vincent PS: Of course the javadoc has too little comments so we need to improve this too.... On Jan 16, 2008, at 9:56 AM, Paul Libbrecht wrote: > > I've been looking for a while but I can't seem to find this. > > It looks like all documents not only have a name but also a title, > which is a more human-readable version (e.g. could contain colons). > > But how can I access this from velocity ? > I will certainly post an FAQ answer as result as indeed, it *should* > be there. > > thanks > > paul _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
