I'm getting an error on a LOAD(...ajax=False) in trunk. OK in 1.97.1 and OK 
when ajax=True.


Traceback (most recent call last):
  File "/opt/web2py/gluon/restricted.py", line 192, in restricted
    exec ccode in environment
  File "/opt/web2py/applications/init/views/checkout/add.html", line 105, in 
<module>
  File "/opt/web2py/gluon/compileapp.py", line 116, in __call__
    other_request = copy.copy(request)
  File "/usr/lib/python2.6/copy.py", line 87, in copy
    rv = reductor(2)
TypeError: 'NoneType' object is not callable


response.write(LOAD('components','order_summary.load', args=[item_id], 
ajax=False))

Reply via email to