Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

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

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.

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

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

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

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

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

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

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...

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

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

Hello John,

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

John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

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

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

Return to “Issues”