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

how to select more than one from a select menu?

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

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

how to select more than one from a select menu?

heres the response on developer console Net tab:

Image

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

how to select more than one from a select menu?

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

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

how to select more than one from a select menu?

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?

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

how to select more than one from a select menu?

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.

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

how to select more than one from a select menu?

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.

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

how to select more than one from a select menu?

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 '['

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

how to select more than one from a select menu?

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

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

how to select more than one from a select menu?

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

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

how to select more than one from a select menu?

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

Return to “Issues”