Page 5 of 5

how to pass data from an incoming json response to local storage, then back to my server?

Posted: Sat May 25, 2013 5:23 pm
by Igor

John,

We will help you, but we need more time. Perhaps we will be able to give an answer on Monday. You can try debug JavaScript by himself.


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Sat May 25, 2013 5:54 pm
by John Herdean

ok thats no problem. I can wait until then..


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Mon May 27, 2013 7:11 am
by Kateryna Grynko

Hi John,

You run an incorrect JavaScript action on Data Source "submit_load2" Success event . There is a typo in JavaScript code:
codeif(data.response==="true") {
$.mobile.changePage("load_submitted.html", {transition: "pop"});
}
else {
$.mobile.changePage("load_not_submitted.html", {transition: "pop"});/code
A closing brace is missing.


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Mon May 27, 2013 7:03 pm
by Maryna Brodina

Hello! No results yet... I'll let you know after I get any information.


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Mon May 27, 2013 9:28 pm
by John Herdean

ok, will wait for an update


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Mon May 27, 2013 9:36 pm
by John Herdean

Hi guys, I received an email from Katya this morning about 3:11 am EST (12:11 am PST) thats telling me i was missing a closing brace in my code. I dont see that comment in the list here...


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Mon May 27, 2013 9:47 pm
by Igor

Hello John,

I can see that comment.Please follow the link below https://getsatisfaction.com/apperyio/...


how to pass data from an incoming json response to local storage, then back to my server?

Posted: Mon May 27, 2013 9:55 pm
by John Herdean

ohh i see it was from an earlier comment in this posting.. Thanks. I will try that new code now...