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
-~----------~----~----~----~------~----~------~--~---

Reply via email to