SPEL and Model Personalization
Hi experts,
I need to hide a button depending on the result of a query, so I've create a Model Personalization with a new VO with this query:
XXTestVO: select 'Y' Hide from dual;
I've put this SPEL expression in the render property of the button:
${oa.XXTestVO.Hide==oa.text.Y}
But it's not working. What am I doing wrong?
Regards,
Jose.