This one time, at band camp, Jamie Wilkinson wrote: >This one time, at band camp, Jamie Wilkinson wrote: >>I can reproduce this every time, sometimes it happens when new() >>tries to objectstore.commit() before the redirect is called, but always >>happens afterwards during the second action. > >Further to that, it also appears to be creating two objects and putting them >in the databse, one with no attributes, and one with the submitted >attributes.
Hmm, I htink it's because I forgot to clear the objectstore at the start of BaseController.__call__, it *seems* to be working correctly after putting that back in. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
