Xavier Perseguers wrote:
Hi,
>> proxy: new Ext.data.HttpProxy({
>> url: 'ajax.php',
>> method: 'POST'
>> }),
>
> ^^^^^^
>
> Are you sure you need a POST method?
AFAIK POST is the default method so you don't need to specify it.
GET requests are cached (at least in jQuery that's the case)
Bastian