Remove get/setItem in your class, and add the following to your .page:
Stephanos Piperoglou wrote:
Noob question:
I've been going over the documentation and trying things out and so far it
seems that I have to declare abstract getters and setters in my page class
for every transient page pro
Noob question:
I've been going over the documentation and trying things out and so far it
seems that I have to declare abstract getters and setters in my page class
for every transient page property, including the placeholders and index
holders for loops, so for instance when I do
...
I need