
Originally Posted by
ExtJsAndJava
Use Firefox to download the examples.
Hi,
I have following code
PHP Code:
loadDataStores:function(){
//Search
searchDataStore = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({url:'Utility.htm'}),
reader: new Ext.data.JsonReader({
.......
}
How to apply requestexception code here. Please help