Vincent Massol wrote:
Hi Jonas,
Thanks for noticing this. The problem was that we modified the name of the XWikiSyntax page in our SVN source tree (it's now XWikiSyntax.xml) and we hadn't changed that page's content. To be more precise, the page you're looking at is generated automatically from the XWikiSyntax page located in our SVN repo. The reason is that we want to ensure we bundle the exact same syntax page both on xwiki.org and in XE.
It's working fine now.
Actually not, the error is still there, but only for that link, which uses the wrong action (/viewrev/ instead of /view/). It's a NPE caused by the fact that viewrev needs a version number, which isn't given in the request. The problem line is: String docRevision = context.get("rev").toString(); See http://jira.xwiki.org/jira/browse/XWIKI-2573
On Jul 11, 2008, at 4:24 PM, Jonas von Malottki wrote:
Hi XWikians,
I have trouble looking at the Syntax Page at http://platform.xwiki.org/xwiki/bin/viewrev/Main/XWikiSyntax :