someone using ajax scaffold ??
I’m using
@scaffold_columns = [
AjaxScaffold::ScaffoldColumn.new(self, { :name => "name" })
]
in my model…
I have a column named “name”, but it’s not working, When I click in
“Create New” ajax indicator starts but not occurs . . .
someone can help me? tks
Fernando wrote:
someone using ajax scaffold ??
I’m using
@scaffold_columns = [
AjaxScaffold::ScaffoldColumn.new(self, { :name => "name" })
]
in my model…
I have a column named “name”, but it’s not working, When I click in
“Create New” ajax indicator starts but not occurs . . .
someone can help me? tks
There’s a forum for Ajax Scaffold that might have the answer in it:
http://groups.google.com/group/ajaxscaffold
But for any ajax code, you’d do well to install Firebug or some other
traffic monitor to see what responses your server is returning.
Fernando wrote:
someone using ajax scaffold ??
…
I have had a similar problem. If there aree no records in the table
sometimes it balks. If this is the case, try putting a record in with
SQL then see if works.
damon wrote:
Fernando wrote:
someone using ajax scaffold ??
…
I have had a similar problem. If there aree no records in the table
sometimes it balks. If this is the case, try putting a record in with
SQL then see if works.
It should show a special grey row ‘No entries’ if there are no rows.