Richard Moon wrote:
>> <dtml-call "REQUEST.set('foo', 'index_html')">
>> <dtml-var foo>
> <dtml-call "REQUEST.set('foo',index_html)">
> <dtml-var foo>
>
> looks like it works
In my case, 'foo' must be a string, and is actually passed in via
a POST (I need it to maintain state in a "wizard" style form).
Regards,
Daryl Tester