I try to output all variables from my view like this:
<f:debug title="all"> {_all} </f:debug>
But I only get this output:
I used to get an array which I can open and inspect deeper.
Why does it render like this?
I try to output all variables from my view like this:
<f:debug title="all"> {_all} </f:debug>
But I only get this output:
I used to get an array which I can open and inspect deeper.
Why does it render like this?
Plz remove the spaces before and after {_all}. You should have:
<f:debug title="all">{_all}</f:debug>
© 2022 - 2024 — McMap. All rights reserved.