more quote identeiifers fixessss
[Pman.Core] / Pman.Std.js
index 719a213..46586fb 100644 (file)
@@ -35,7 +35,7 @@ Pman.Std = {
                     url: baseURL + '/Roo/Projects.html',
                     method: 'GET'
                 },
-                reader: Pman.Readers.Projects,
+                reader: new Roo.data.JsonReader({}, []), //Pman.Readers.Projects,
                 listeners : Roo.apply(
                     {
                         loadexception : Pman.loadException
@@ -216,7 +216,7 @@ Pman.Std = {
                       // load using HTTP
                     proxy: {
                         xtype : 'HttpProxy',
-                        url: baseURL + '/Roo/Person.html',
+                        url: baseURL + '/Roo/core_person',
                         method: 'GET'
                     },
                     reader: Pman.Readers.Companies,