* Gitte Wange <gitte@mmmanager.org> [010727 19:48]: > I have tried with this code: > <dtml-call "portal_registration.setProperties(guid)"> > > the guid argument contains a string > > What is wrong then ?? You need to call setProperties with keyword arguments: <dtml-call "portal_registration.setProperties(guid=guid)"> seb