Help, We have a page that submits a numeric code. Normally the next page renders fine. On occansion the next page does render and we get the following error message. We are really stumped because this problem is extremely interminent. Any thoughts? Zope version: Zope 2.0.1 (source release, python 1.5.1, linux2) Python version: 1.5.2 (#6, Sep 22 1999, 10:32:58) [GCC 2.8.1] System Platform: sunos5 b>Traceback:</b> <PRE>Traceback (innermost last): File /home/caps/prod/zope/lib/python/ZPublisher/Publish.py, line 165, in publish File /home/caps/prod/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: BuildEditableServiceOrder) File /home/caps/prod/zope/lib/python/ZPublisher/Publish.py, line 102, in call_object (Object: BuildEditableServiceOrder) File /home/caps/prod/zope/lib/python/OFS/DTMLMethod.py, line 145, in __call__ (Object: BuildEditableServiceOrder) File /home/caps/prod/zope/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__ (Object: BuildEditableServiceOrder) File /home/caps/prod/zope/lib/python/OFS/DTMLMethod.py, line 141, in __call__ (Object: GetCurrencyData) File /home/caps/prod/zope/lib/python/DocumentTemplate/DT_String.py, line 502, in __call__ (Object: GetCurrencyData) File /home/caps/prod/zope/lib/python/DocumentTemplate/DT_In.py, line 633, in renderwob (Object: GetCurrencyDataMethod(_,_.None)) File /home/caps/prod/zope/lib/python/DocumentTemplate/DT_Util.py, line 321, in eval (Object: GetCurrencyDataMethod(_,_.None)) File <string>, line 0, in ? File /home/caps/prod/zope/lib/python/Shared/DC/ZRDB/DA.py, line 392, in __call__ (Object: GetCurrencyDataMethod) File /home/caps/prod/zope/lib/python/Shared/DC/ZRDB/Aqueduct.py, line 149, in _argdata (Object: GetCurrencyDataMethod) Bad Request: ['service_order_code'] Thanks, Dan
Daniel Rusch wrote:
Help,
We have a page that submits a numeric code. Normally the next page renders fine. On occansion the next page does render and we get the following error message. We are really stumped because this problem is extremely interminent.
Any thoughts?
Zope version: Zope 2.0.1 (source release, python 1.5.1, linux2)
Dan, In earlier version of Zope I had problems passing numerics too. Then I used exclusively character data and converted types as needed. Kludgey but it worked at the time. Now I have no problems with numerics (2.2.x +). Is there a reason why you can't upgrade? -- Tim Cook, President - FreePM,Inc. http://www.FreePM.com Office: (901) 884-4126 http://www.freepm.org:8080/FreePM
participants (2)
-
Daniel Rusch -
Tim Cook