Wow, I just read that post again and realized it read like English was my second language. ;) I must be tired. Thanks for any help in advance. I'm going to bed now.
On Feb 7, 11:11 pm, Kevin <[EMAIL PROTECTED]> wrote: > TurboGears-1.0.4.3 > > 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. > > Here is way, when saving the form before session expires: > kwargs["CheckBoxListFoo"] == [21, 22, 23] > After session expires and re-login is is done: > kwargs["CheckBoxListFoo"] == [212223] > > It takes my list of values and concatenation them. > > Any ideas how to fix? > > I need to look further, but appears to be not so nice bug. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

