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

2009-04-17 Thread jagdish eashwar
Hi Ian, I am using ubuntu 8.04 and firefox 2 and no firebug because on my ubuntu installation firefox 3 hangs and I am unable to install a version of firebug that is compatible with firefox 2. In the absence of firebug, I looked for the javascript errors in the firefox error log and there were

RE: [Catalyst] Jason Kohles' tutorial on ExtJs editable data grids and Catalyst

2009-04-17 Thread Scott Pham (scpham)
Kohles' tutorial on ExtJs editable data grids and Catalyst Hi, No I don't get any javascript error in the error log when I hit 'save', and it doesn't save the changes in the database either. Just nothing happens. On Thu, Apr 16, 2009 at 9:34 PM, W. Tyler Gee geek...@gmail.com wrote

[Catalyst] Jason Kohles' tutorial on ExtJs editable data grids and Catalyst

2009-04-16 Thread jagdish eashwar
Hi, I have been able to work through all of Jason Kohles' tutorial except the part about saving changes back in the database. The 'New Person' and 'Discard Changes' in the tool bar are working, but the 'Save Changes' is not. I have checked several times for any typing mistakes that I might have

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

2009-04-16 Thread Peter Karman
jagdish eashwar wrote on 04/16/2009 05:55 AM: Hi, I have been able to work through all of Jason Kohles' tutorial except the part about saving changes back in the database. The 'New Person' and 'Discard Changes' in the tool bar are working, but the 'Save Changes' is not. I have checked

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

2009-04-16 Thread jagdish eashwar
Hi Peter, Thanks for writing in. It is really not my code at all. I have taken it all from the tutorial. I thought that people will get a better perspective if I referred them to the tutorial. Nevertheless, I am pasting code from the advent.js file below. ( I have made a few inconsequential

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

2009-04-16 Thread W. Tyler Gee
Is there a javascript error when you hit save or is it getting to the server? Where is your actual problem? On Thu, Apr 16, 2009 at 5:30 AM, jagdish eashwar jagdish.eash...@gmail.comwrote: Hi Peter, Thanks for writing in. It is really not my code at all. I have taken it all from the tutorial.

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

2009-04-16 Thread Peter Karman
jagdish eashwar wrote on 04/16/2009 10:30 AM: [% META title = 'Advent AJAX Grid' %] script type = text/javascript var posturl = '[% Catalyst.uri_for(/people_data_submit) %]'; var gridurl = '[% Catalyst.uri_for(/people_data) %]'; Should probably be: var posturl = '[%

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

2009-04-16 Thread jagdish eashwar
No, 'c.uri_for' doesn't seem to work. With 'Catalyst.uri_for', I am at least able to fetch records from the database. If I change it to 'c.uri_for', even that stops. On Thu, Apr 16, 2009 at 9:59 PM, Peter Karman pe...@peknet.com wrote: jagdish eashwar wrote on 04/16/2009 10:30 AM: [% META

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

2009-04-16 Thread jagdish eashwar
Hi, No I don't get any javascript error in the error log when I hit 'save', and it doesn't save the changes in the database either. Just nothing happens. On Thu, Apr 16, 2009 at 9:34 PM, W. Tyler Gee geek...@gmail.com wrote: Is there a javascript error when you hit save or is it getting to the

[Catalyst] Jason Kohles' tutorial on ExtJs editable data grids and Catalyst

2009-04-14 Thread jagdish eashwar
Hi, I have been able to work through all of Jason Kohles' tutorial except the part about saving changes back in the database. The 'New Person' and 'Discard Changes' in the tool bar are working, but the 'Save Changes' is not. I have checked several times for any typing mistakes that I might have