Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 70.1
edited by Jip-jan Alunkel
on August 19, 20:07
Change comment: Updated class property
To version 70.2
edited by Jip-jan Alunkel
on August 19, 20:08
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -2,10 +2,7 @@
2 2  {{html wiki="true"}}
3 3  #set($obj = $doc.getObject('test.WebHome'))
4 4  #set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass
5 -#foreach($prop in $class.properties) ## go through all properties
6 - ${prop.prettyName}
7 - $doc.display($prop.getName())
8 -#end
5 +$doc.display("blaat")
9 9  
10 10  #set ($doc=$xwiki.getDocument("cases.ear.ears fell off while biking"))
11 11  #set ($xobject = $doc.getObject('cases.Code.casesClass'))