-
26 Dec 2012 11:36 PM #1
Unanswered: About how to refresh a list page
Unanswered: About how to refresh a list page
Hi, guys
I am creating basic sencha application.which store contacts details at the server and retrive its data from the server in list.but i want to do things like when i press submit button in form then my contats infomration must be submitted to the server and it will automatically redirect to the contact list view..and my last submited contacts must be appear at that time..I am using navigation view at contacts list page..
-
29 Dec 2012 8:18 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
- Answers
- 3101
So the contacts come from the server but you are wanting to send them back? Did you make changes and you are wanting to send those changes back?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
5 Jan 2013 12:04 PM #3
I am not sure how you are using List, but probably you should reload your store
so it will load first page.Code:Ext.getStore("RecentPhotosStore").loadPage(1)


Reply With Quote