20 Jul
2000
20 Jul
'00
12:06 p.m.
Jarkko, please keep copyign to the list so others can benefit from the information/help out... Jarkko Veijalainen wrote:
<dtml-in "Imap_methods('666668@domain.com')">
Error Value: Strings are not allowed as input to the in tag.
That means you Imap_methods is returning a string. For you to be able to dtml-in over it, it must return a tuple or a list... cheers, Chris