"Montagne, Michael" wrote: > <dtml-call "REQUEST.set('name','<dtml-var Login>')"> Within a DTML expression, you just write the names of variables you want to access, like this: > <dtml-call "REQUEST.set('name',Login)"> Regards, Luciano