12 Nov
2002
12 Nov
'02
7:28 p.m.
McDonnell, Larry writes:
... <dtml-call "REQUEST.set('nc_report_no', REQUEST.SESSION['nc_report_no'])"> <dtml-call "REQUEST.SESSION.set('nc_report_no', nc_report_no)"> .... in guarded_getitem File C:\PROGRA~1\proton\lib\python\Products\Transience\TransientObject.py, line 135, in __getitem__ KeyError: (see above)
If I remove the lines before the <dtml-in> I will get this traceback the second time through - This clearly indicates that your session does not contain the required key ("nc_report_no").
I cannot tell you why. Dieter