Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.LudovicDubost - Content
-
... ... @@ -2,12 +2,16 @@ 2 2 3 3 #toc("" "" "") 4 4 5 +1.1 XWiki Application Organization 6 + 7 +This [Best Practices document>Best Practices XWiki Application Organization] explains how to best organize an XWiki Application. 8 + 5 5 1.1 Check for Object existence in Class Sheets documents 6 6 7 7 Class sheet documents should be written using the following construct (this is an example for displaying documents containing XWiki.XWikiUsers objects): 8 8 9 9 {code} 10 -#set($obj = \$doc.getObject("XWiki.XWikiUsers"))14 +#set($obj = $doc.getObject("XWiki.XWikiUsers")) 11 11 #if(!$obj) 12 12 1 User Sheet 13 13 This stylesheet must be applied on a document containing a XWiki.XWikiUsers object.