On Friday, April 20, 2012 11:08:50 AM UTC-4, Johann Spies wrote: > > On 20 April 2012 16:05, Anthony <[email protected]> wrote: > > Looks like a bug that was introduced -- the code was CAT(INPUT(...), >> DIV(...), SCRIPT(...)), but the CAT was dropped, so instead of returning a >> helper object, it is now returning a tuple of helpers, which doesn't get >> serialized properly. >> >> >> http://code.google.com/p/web2py/source/browse/gluon/sqlhtml.py?r=8b8109f75c844b044d580eb770efda11f65141ea#1434 >> -- >> need to add "CAT" before the "(" on that line. >> >> Thanks for the reply but your suggestion did not solve the problem. I > still get the same when using the grid.after changing the return starting > in line 1434 to CAT(....) >
Sorry, I didn't follow all the changes and spoke too quickly -- looks like the change to a tuple was intentional. I'll keep looking. Anthony

