[Zope] PythonScript question
Evan Simpson
evan@4-am.com
Sat, 27 Jan 2001 23:28:33 -0600
From: "Timothy Wilson" <wilson@visi.com>
> Error Type: TypeError
> Error Value: argument 1: expected read-only character buffer, instance
found
[snip]
><input name="display_date:date" size="20" value=""></td>
[snip]
> D = string.split(display_date, '/')
You are marshalling 'display_date' as a date, then trying to treat it as a
string. You need to either convert it to a string or use date methods.
Cheers,
Evan @ digicool & 4-am