Page 4 of 5

how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 6:37 pm
by John Herdean

well as you seen in my screenshot that the raw test works no problem. SO, it cant be the url connection to my back-end server


how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 6:46 pm
by John Herdean

heres the response on developer console Net tab:

Image


how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 6:46 pm
by Kateryna Grynko

Then let's make sure you use correct URL address.


how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 7:10 pm
by John Herdean

Im confused. I checked several times my url that im using in my REST service. I just tested it many times and it works perfect.

How does my mapping look? Does it look like its set up correct?


how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 7:20 pm
by Kateryna Grynko

Proxy mechanism works exactly as a proxy - i.e. it simply passes the request through itself. If a third party is responsible 404 error, the proxy returns that answer. This is normal. Check your service and the address called through the tunnel.


how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 8:47 pm
by John Herdean

i think i found the problem from my side. I forgot to put the id # in my request.

But now the problem is i cant test it because testing is down again. What testing is doing now is that its just showing me my latest project from like an hour ago. And not showing me my latest changes. I tried a bunch ofc times in last 10 minutes and testing isnt working again.


how to select more than one from a select menu?

Posted: Fri Aug 02, 2013 10:19 pm
by John Herdean

ok i think testing is back.

so now i got rid of that error. The problem now is that the way Im mapping to localstorage i get only '[' stored and nothing else. WHy is it storing only a '['


how to select more than one from a select menu?

Posted: Sat Aug 03, 2013 3:27 pm
by John Herdean

hows it coming with a solution on problem #1 here ("1) directly from my aws server")?


how to select more than one from a select menu?

Posted: Sat Aug 03, 2013 3:28 pm
by John Herdean

hows it coming with a solution on problem #2 here ("storing the results from aws server to local storage - from previous posting")?


how to select more than one from a select menu?

Posted: Mon Aug 05, 2013 9:04 am
by Kateryna Grynko

Hi John,

You probably pass in localStorage not a string or a simple value.
Let's output saved value in console: codeconsole.log( value );/code