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

2009-04-17 Thread Scott Pham (scpham)
yst] Jason 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

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 non

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

2009-04-16 Thread Ian Docherty
jagdish eashwar wrote: 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. This might be obvious to you in which case I apologise, javascript errors do not appear in the (server) error log f

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 wrote: > Is there a javascript error when you hit save or is it getting to the > server? Where

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 wrote: > jagdish eashwar wrote on 04/16/2009 10:30 AM: > > > [% META title = 'Advent

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' %] >

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 wrote: > 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

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 changes

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

[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 c

[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 c