24 Nov
1999
24 Nov
'99
8:39 p.m.
Thanks, your response was close enough to get me to the solution: Not quite: <dtml-call "REQUEST.set('roles': [name,])"> But this worked: <dtml-call "REQUEST.set('roles', [name])"> Thanks for pointing me to the solution, DR