I don't think my code is the issue, and I don't think the widget itself is the issue. It's how a list of values is being processed. This has to be happening during the CherryPy redirect after the session expires (an IdenityFailure). I guessing right now, but I think something goes wrong when the values get decoded to dictionaries. I'm basically losing my list of values during the process. I'm going to look through turbogears/visit/api.py and see what I can find. I was just hoping someone had already figured this out.
On Feb 8, 4:45 am, Christoph Zwerschke <[EMAIL PROTECTED]> wrote: > Kevin schrieb: > > > I'm using a CheckBoxList widget in a Form. Works just fine, except > > when the session expires. After redirect I get a 500 error because > > the ID of the object does not exist. > > You probably need to show us some code since a CheckBoxList per se has > nothing to do with a session. > > -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

