[TYPO3-dev] BE module with extJs but in 4.2.8
    Sonja Scholz 
    ss at cabag.ch
       
    Wed Jul 29 16:09:40 CEST 2009
    
    
  
Xavier Perseguers schrieb:
> Hi Sonja,
> 
>> But I have another problem now with the ajax requst from the extjs 
>> function. I get the grid window with row headers but no row/content.
>>
>> My dataStore code is the following:
>>
>>  TestDataStore = new Ext.data.JsonStore({
>>     id: 'TestDataStore',
>>     proxy: new Ext.data.HttpProxy({
>>         url: 'ajax.php',
>>         method: 'POST'
>>     }),
> 
>                   ^^^^^^
> 
> Are you sure you need a POST method?
> 
Hi Xavier,
no I'm not shure. I tried also with GET but that does not work also.
The Ajax.Request from prototype works with GET.
Do you have another idea?
Kind regards,
Sonja
    
    
More information about the TYPO3-dev
mailing list