+1. I've added a field to one of my classes (Boolean) but when I try to set it to either TRUE or FALSE in the development console and save, it still remains as 'null'. I've never had much luck modifying entities with the development console anyway though.
My workaround for the time being is to write a servlet that goes in and modifies the object :( On Nov 21, 2:37 pm, Zeynel <[email protected]> wrote: > On Nov 20, 11:06 pm, Robert Kluin <[email protected]> wrote: > > > What kind of properties are on the entity you are trying to edit? > > I looked at this again: > > userEmailSubject (None) > userEmailSubject (string) > > If it is "None" edits are not saved. If it is "string" edits are saved. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
