[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

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

2009-11-16 Thread Rusty Wright
Forgot to add; here's how I used it in my web.xml: filter filter-name OpenPersistenceManagerInViewFilter /filter-name filter-class org.springframework.orm.jdo.support.OpenPersistenceManagerInViewFilter /filter-class /filter