Hi, no, this doesn't work either. By the way. The issue is not with models (which are owned) but rather the unowned options. So it would be:
List<String> tempList = temp.getOptions(); tempList.add(optionKey); ... but in any case it doesn't work. Dom. On Aug 17, 11:14 am, leszek <[email protected]> wrote: > May be you are experiencing some "lazy" load problem. > > Try simply something like: > > List<Model> tempList = temp.getModels(); > tempList.add(model). > > It worked for me, but I'm guessing only, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
