PDA

View Full Version : Combobox not loading datastore



jesdial
6 Sep 2007, 9:27 AM
Hello all and thank you in adavance.

I'm developing a Google Maps application:

http://www.my3dgis.es/visor/visor.htm#

At Opciones > Herramientas > B

jsakalos
6 Sep 2007, 12:43 PM
Seems like a problem with you server config.

jesdial
10 Sep 2007, 1:37 PM
Hello and thank you

any idea about what config param look for? I'm really confused by this problem...

I've the application workin at localhost...

Thank you anyway

Jes

jsakalos
10 Sep 2007, 2:25 PM
[quote=jesdial;62011]Hello and thank you

any idea about what config param look for? I'm really confused by this problem...

I've the application workin at localhost...

Thank you anyway

Jes

thejdog
10 Sep 2007, 7:52 PM
That's totally a webserver error. It's probably "denying" the referrer it's coming from.

jesdial
11 Sep 2007, 5:35 PM
Hello all
The problem is solved... simply i changed "post" by "get" at:



var pProxy = new Ext.data.HttpProxy(new Ext.data.Connection({url:'php/provincias.php', method: 'GET'}));


mmm....I don't know why....

Thank you anyway

Jes

jsakalos
11 Sep 2007, 5:54 PM
It's because your server processes GET data and does not process POST data.