Hi all,
after I managed to create a class structure using AppWithinMinutes, I
could create objects of this class in the Application's start page.
Now I am trying to create a different xwiki page, that should show a
filtered table view of the objects created using velocity statements.
I could create a #foreach loop iterating over the objects and show each
object's name.
My problem is: how can I show some of the property values? The class
properties have names like:
Beschreibung (shortText1: String)
Can anyone give a hint?
Thank you in advance
Matthias