HI,
I have a added the following property in my Page object
public $Active
and I'm setting that to true in my controller, however, when I try to evaluate that property in the template it evaluates to true and somehow it seems to be reset to the default value (or perhaps makes my page object immutable).
How do I add a transient property that is not backed by a DB field on my page which I can set in my controller prior to rendering.