Hello,
How can I get the contents of variable out of my <dtml-in> </dtml-in>
code?
For example:
<dtml-in "_['sequence-item'].objectValues(['TSubRegiao'])">
<dtml-call "REQUEST.set('HORA', horacondicaoatual)">
</dtml-in>
I need get the variable HORA and I couldn't.
Thanks
Marcus Mendes