can I use a view helper nested with another view helper, right now is giving me the wrong output
I'm doing something like this
:
<f:translate id=currency > <m:percentage value={price} /> </f:translate>
I do a calculation inside of the percentage view helper
Regards
Oscar A Yannelli