PDA

View Full Version : form load with baseParams - bug?



JeffBurr
19 Apr 2007, 10:25 AM
I apologize in advance if I am missing something...

I have been using an Ext form and loading with JSON using .load - excellent.

But, if you add in a baseParams object in the Form config with at least one entry in the baseParams object, the load does not complete. There is a js error line 36 character 1477. I have not had time to try this with Firebug to get more details.

Interestingly, if you just have an empty object in baseParams, the load works great.

I am not using a "reader" in the form config. I did not think that was required...

Thanks for Ext!

Animal
19 Apr 2007, 10:50 PM
Use ext-all.js in your page which is the uncompressed version. You'll get a meaningful line number, and be able to see code in Firebug then.