Re: [Catalyst] Jason Kohles' tutorial on ExtJs editable data gridsand Catalyst

2009-04-17 Thread Craig McLaughlin
Howdy, So for grins and giggles I ran through the demo and brute forced it until it worked (this doesn't imply anything other than I'm not a rocket scientist with this stuff and that I'm really good at making dumb mistakes). I am running the following: ubuntu 8.04, Catalyst 5.71001, ExtJS 2.2.1

Re: [Catalyst] Jason Kohles' tutorial on ExtJs editable data gridsand Catalyst

2009-04-18 Thread jagdish eashwar
Hi Craig, Thanks a lot for taking the trouble to work through the tutorial. Since you have been able to get it to save changes to the database, I think we will be able to isolate where I'm going wrong. Regarding whether to use 'Catalyst' or 'c' as the context, when I created the TT view with t

Re: [Catalyst] Jason Kohles' tutorial on ExtJs editable data gridsand Catalyst

2009-04-18 Thread Peter Karman
jagdish eashwar wrote: Hi Craig, Thanks a lot for taking the trouble to work through the tutorial. Since you have been able to get it to save changes to the database, I think we will be able to isolate where I'm going wrong. Regarding whether to use 'Catalyst' or 'c' as the context, when

Re: [Catalyst] Jason Kohles' tutorial on ExtJs editable data gridsand Catalyst

2009-04-18 Thread jagdish eashwar
Hi Peter, Scott and Craig, Thanks a lot. Commenting out 'console.log' worked. It works irrespective of whether I use 'Catalyst.uri_for' or 'c.uri_for'. I guess that line can be there only if one is using firebug. And I think the tutorial code worked for Craig because he was using firebug. Is that