[Zope] Create a list in the REQUEST space ????

Daniel G. Rusch drusch@globalcrossing.com
Wed, 24 Nov 1999 14:39:06 -0600


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