5 Mar
2005
5 Mar
'05
2:15 p.m.
--On Samstag, 5. März 2005 5:50 Uhr +0000 prabuddha ray <buddha_2001@rediffmail.com> wrote:
thnx 4 the tip. but i got the following error when testing
Error Type AttributeError Error Value 'dict' object has no attribute 'districtname'
I don have anything like 'dict' .
the stmt was ; <div tal:repeat="district python:context.getDistrictUser(district_name=request.form.districtname)">
request.form is usually a mapping/dictionary but *not* a record-style object...means you need to access through the Python dictionary methods *wink* -aj