[Catalyst] Jason Kohles' tutorial on ExtJs editable data grids
	and Catalyst
    Peter Karman 
    peter at peknet.com
       
    Thu Apr 16 16:29:38 GMT 2009
    
    
  
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 = '[% c.uri_for("/people_data_submit") %]';
>     var gridurl = '[% c.uri_for("/people_data") %]';
-- 
Peter Karman  .  peter at peknet.com  .  http://peknet.com/
    
    
More information about the Catalyst
mailing list