On Tuesday, July 19, 2011 2:14:18 PM UTC-4, sebastian wrote: > > Thanks Anthony > > It looks like the problem was related to using > request.env.http_web2py_component_element instead of request.cid (I was > using request.env.http_web2py_component_element instead of request.cid as a > workaround of a bug in the previous version)...
Yes, it used to be the case that there was no request.cid for non-ajax components, but that has been fixed. > > now I know that request.env.http_web2py_component_element instead is not > exaclty the same as request.cid Actually, they should be the same, and in fact, this looks like a bug. I'll suggest a fix. Thanks. Anthony

