"Kevin Dangoor" <[EMAIL PROTECTED]> writes: > The way I read that traceback, it sounded like a dict() was making it > into the decodeFilter "from the web". Clearly, a dict doesn't come > from the web... I'm just not sure where it was coming from.
Me neither. I'll start writing a sample application that tries reproducing the problem... >From the web I get the following: ######################## KEYS: ['fornecedor', 'nome', 'correcao', 'materialColetado', 'amostra_inadequada', 'acessorios_instrumentos', 'etiquetas', 'segmento', 'instrucoes_coleta', 'tipo_liberacao_laudo', 'dias_urgente', 'ibmp', 'analise_id', 'observacoes', 'valores_referencia', 'equipamento', 'unidadeEquipto', 'unidadeRelatorio', 'automatizavel', 'dias_padrao', 'metodologia', 'faixa', 'mnemonico'] ######################## agora -> VALUE: 2006-03-24 17:36:50.695519 TYPE: <type 'datetime.datetime'> Of those, "faixa" is a dict as well because it is a fieldset. But it never gets processed directly and the error is in a class that makes no mention to it. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
