store: 'Storename',
as a config, it kept on messing up, saying
[WARN][Ext.dataview.List#applyStore] The specified Store cannot be found
store : { xclass : 'SenchaTest.store.Storename'},
Also, you need to use a UUID identification strategy in your model:
identifier: {
type: 'uuid'
},
Again, ST 2 screws you!
No comments:
Post a Comment