[appengine-java] Re: JDO not saved (commit) when using spring @ModelAttribute

2009-11-22 Thread Ibrahim Hamza
There is no error at debug level and the strange thing that the data saved if i query the same dao but if i query the other one the data is not saved like this @ModelAttribute("countries") public List populateCountry() { //this make data not saved ret

[appengine-java] Re: JDO not saved (commit) when using spring @ModelAttribute

2009-11-19 Thread Ibrahim Hamza
t;     >         >             OpenPersistenceManagerInViewFilter >         > >         /* >     > > The other thing you could do is use the persistenceManager's detachCopy > method on anything you're sending out to the web view layer. > > > > Ibrahim Hamza wrote: > >

[appengine-java] Re: updating object doesn't work anymore

2009-11-19 Thread Ibrahim Hamza
Did you find solution for that problem? On Nov 16, 5:38 pm, randal wrote: > Anyone? -- 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 google-appengine-j...@googlegroups.com. To unsubscribe from

[appengine-java] JDO not saved (commit) when using spring @ModelAttribute

2009-11-16 Thread Ibrahim Hamza
Dear All I use JDO with spring and when i add @ModelAttribute("countries") All things go fine except the data not saved without any exception When query from another datastore @Controller public class PortController { private static final String FORM_MODEL_KEY = "ports"; private static final